You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform AWS Provider Version
$ terraform -v
Terraform v0.12.29
+ provider.aws v3.12.0
Your version of Terraform is out of date! The latest version
is 0.13.5. You can update by downloading from https://www.terraform.io/downloads.html
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/dat-billyf/2215229b7145323eda304a45bafa7962
Panic Output
Expected Behavior
The resources should've been created (which they were) and terraform should haved exited with status code 0, not 1.
Actual Behavior
Terraform exited with status code 1.
Steps to Reproduce
terraform apply
repeatedly while making changes to the resource during testing until apply can no longer be invoked.Important Factoids
References
Looks awfully similar:
aws_appmesh_virtual_service
throws "produced an unexpected new value for was present, but now absent" error. #15084The text was updated successfully, but these errors were encountered: