A week or 2 ago, I started getting this error when...
# aws
h
A week or 2 ago, I started getting this error when trying to update MSK cluster (Python). No changes when using
pulumi_aws
version 6.75.0. I get the error when using versions 6.76.0, 6.77.0, and 6.77.1. The
configuration_info
should be optional as stated in the docs.
Copy code
* updating MSK Cluster (arn:aws:kafka:<REDACTED>:<REDACTED>:cluster/<REDACTED>/<REDACTED>) configuration: operation error Kafka: UpdateClusterConfiguration, 1 validation error(s) found.
- missing required field, UpdateClusterConfigurationInput.ConfigurationInfo.
Any insights? EDIT: There are no updates for MSK cluster. I just update the whole stack ...
q
Hey, sorry you're running into problems! Do you mind opening an issue here: https://github.com/pulumi/pulumi-aws/issues/new/choose We'll have a look into it asap!
h
Strange though ... I've refreshed the stack, and the next update went well. Gonna see what happens with the other stacks so I can be more precise in case I open an issue.
@quick-house-41860 Thanks for the reply ...
q
The refresh might've corrected the state! There's a non-zero chance that a change in
6.76.0
of the provider introduced some side effect that's triggering this behavior. Looking forward to hear how it goes with the other stacks!
h
It goes well. Meaning, same error, refresh and all OK on the next run
MSK version 3.5.1 if that means anything to you