Open MohammedJennane opened 3 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Similar #31705
+1 on the issue. I even tried to refresh the state of the provisioned product with terraform apply -refresh-only
, but it doesn't refresh the TF state. This command does work for other AWS resources such as SSM Parameter etc provisioned using TF.
Terraform Core Version
1.7.5
AWS Provider Version
5.5.0
Affected Resource(s)
aws_servicecatalog_provisioned_product
Expected Behavior
Actual Behavior
Terraform does not recognize a diff in parameters following a failure of an SC provisioned product update. Subsequent TF Apply runs with same parameters do not re-update the provisioned products.
Assume you have a provisioned product that was successfully provisioned with parameter values P={p1,..,pn} and you are trying to update with a set of Parameter values P'={p'1, .. p'1n}. Let's also assume TF triggers the update of the SC product and that this update failed for an arbitrary reason.
This results in the following:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None