-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Terraform Elastic Beanstalk Application: Provider produced inconsistent result after apply #21012
Comments
Hi @bolanlesd , thank you for raising this issue. To further investigate, do you mind providing more details regarding which provider version you are working with, as well as the complete configuration? |
Hello @anGie44 , thank you for your response: registry.terraform.io/hashicorp/aws, i used v3.57.0 and v3.59.0 As for the complete configuration, let me break it down, perhaps this is what you mean? (But i only have just that one resource) main.tf: resource "aws_elastic_beanstalk_application" "default" { appversion_lifecycle { I am using Terragrunt configuration on my terraform. If this info is not what you need, please let me know. Or do you want me to attach the TF_LOG file during my apply? |
Hello, Is there any update that can help with this issue please? I have not been able to resolve it yet. Also please see attached a TF_Log file. I hope it helps. Regards |
Hi @bolanlesd , no updates from me atm :/ I'm not able to reproduce this on my end but I do see the error in the text file attached in your previous comment; terraform successfully creates the resource but when it goes to find the application via an API request |
Thanks for the prompt response @anGie44 ! AWSElasticBeanstalkEnhancedHealth.txt |
I can reproduce the error, this happens when apply however plan is successfull. aws_elastic_beanstalk_application.default: Creating... |
Hi @anGie44 |
Hi All, |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
I get this error when i try to use the resource "aws_elastic_beanstalk_application"
Can I get help with this please?
To Reproduce:
The text was updated successfully, but these errors were encountered: