[Bug]: Inconsistent final plan with tags_all when using apply time values as resource tags #30756
Labels
bug
Addresses a defect in current functionality.
service/vpc
Issues and PRs that pertain to the vpc service.
tags
Pertains to resource tagging.
Terraform Core Version
v1.3.9
AWS Provider Version
v4.63.0
Affected Resource(s)
Expected Behavior
The final plan should have been consistent and applied correctly.
Actual Behavior
An error occurred where the apply step failed with an error that the AWS provider produced an inconsistent final plan.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform init
using the minimal reproduction sample provided.terraform plan -out plan.tfplan
.Debug Output
No response
Panic Output
No response
Important Factoids
Workaround: re-planning and then applying the new plan seems to make the inconsistency error go away. Likely because the random resource would have been applied and the new plan could take its resulting value into account at plan time.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: