Open Ownmarc opened 2 months ago
@Ownmarc thanks for reporting the issue! It looks like this is due to an upstream bug https://github.com/hashicorp/terraform-provider-aws/issues/33899. A comment on a related PR seems to summarize what you are seeing.
...the moment you decide to specify any config parameters, you need to provide the values for ALL of the advanced controls over database...
Describe what happened
Workgroup with a subset of the config_parameters will cause Pulumi up to try to update the workgroup even if nothing has changed. It will then get an error because nothing changed.
Passing all the default config parameters will not cause this issue.
Sample program
This will cause an error the second time you deploy the stack if nothing else changed on the workgroup config_parameters :
This works fine :
Log output
Affected Resource(s)
No response
Output of
pulumi about
CLI Version 3.129.0 Go Version go1.22.6 Go Compiler gc
Plugins KIND NAME VERSION resource aws 6.49.1 resource awsx 2.14.0 resource docker 4.5.5 language python unknown
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).