作者:ka-ka快乐_848 | 来源:互联网 | 2024-11-17 12:29
EncounteringfrequentmismatchesduringTerraformapplyoperations,particularlywithresourceattributes.
I've encountered a similar issue and reported it on the Terraform repository, but it seems to be related to a provider problem.
Initial Report: https://github.com/hashicorp/terraform/issues/16346
I can successfully run apply
after a destroy
, but if I run plan
after apply
, or simply re-apply
after making changes, I encounter the issue where diffs didn't match during apply
.
Here are the details:
1 2 3 | Terraform Version: 0.10.7 Resource ID: aws_instance.this Mismatch reason: attribute mismatch: root_block_device.0.delete_on_termination |
This appears to be a significant problem. Any assistance would be greatly appreciated.
Thanks,
Chris.
Note: This issue was sourced from the open-source project: hashicorp/terraform-provider-aws
The issue has been locked as it has been closed for 30 days. This helps our maintainers focus on active issues.
If you believe this issue should be reopened, please create a new issue and link back to this one for additional context. Thank you!