Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resources should be recreated when removed outside of Terraform #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndreZiviani
Copy link
Contributor

When a resource is created via Terraform and removed manually we should recreate the resource instead of returning the following error:

Planning failed. Terraform encountered an error while generating this plan.

╷
│ Error: 404 Not Found
│ 
│   with azion_edge_application_rule_engine.example,
│   on resource.tf line 62, in resource "azion_edge_application_rule_engine" "example":
│   62: resource "azion_edge_application_rule_engine" "example" {
│ 
│ {"detail":"Not found."}
╵

@AndreZiviani AndreZiviani requested a review from a team as a code owner February 23, 2024 18:37
Copy link

github-actions bot commented Feb 23, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@askazion
Copy link
Contributor

Hi Andre, could you sign the CLA, please? I've reviewed your PR's and I'm creating some tests so we can proceed to merge ;). Thank you for all your contribution.

@AndreZiviani
Copy link
Contributor Author

recheck

@AndreZiviani
Copy link
Contributor Author

Hi @askazion , how can I sign? It doesn't send the link

@askazion
Copy link
Contributor

Hi @AndreZiviani, you can sign the CLA by just posting a Pull Request Comment same as the below format:

I have read the CLA Document and I hereby sign the CLA

@AndreZiviani
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants