-
Notifications
You must be signed in to change notification settings - Fork 121
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
awscc_dynamodb_table - unchanged configuration triggers drift on terraform plan #1855
Comments
Debug logs detected changes to the following attributes:
Which I believe related to issue reported on #1216 However, changes detected on
|
Additional debug logs State file (redacted)
PlanResourceChange_Request_PriorState.msgpack
PlanResourceChange_Request_ProposedNewState.msgpack
|
I suspect the problem occurs before PlanResourceChange is called. Further investigation led to the following: ReadResource_Request_CurrentState.msgpack
ReadResource_Response_NewState.msgpack
|
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Expected Behavior
Subsequent
terraform plan
after the firstterraform apply
should not register any driftActual Behavior
Subsequent
terraform plan
after the firstterraform apply
detected a driftSteps to Reproduce
terraform apply
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: