[Bug]: State drift always appears on aws_costoptimizationhub_enrollment_status
#39520
Labels
bug
Addresses a defect in current functionality.
service/costoptimizationhub
Issues and PRs that pertain to the costoptimizationhub service.
Terraform Core Version
v1.9.5
AWS Provider Version
5.69.0
Affected Resource(s)
Expected Behavior
The resource should not have state drift on every apply
Actual Behavior
The resource reports
include_member_accounts
being set to false on every applyRelevant Error/Panic Output Snippet
No response
Terraform Configuration Files
resource "aws_costoptimizationhub_enrollment_status" "cost_optimization_enrollment" {
include_member_accounts = false
}
Steps to Reproduce
Apply the resource twice. Notice the output:
Have been unable to get this property to be ignored even with
ignore_changes
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: