pulumi-aws
pulumi-aws copied to clipboard
Fix rds.Cluster.engine value not usable with rds.ClusterInstance
Fix #2093
PR is now waiting for a maintainer to run the acceptance tests. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR
Hello and thank you for your pull request! :heart: :sparkles:
It looks like you're directly modifying files in the language SDKs, many of which are autogenerated.
Be sure any files you're editing do not begin with a code generation warning.
For generated files, you will need to make changes in resources.go instead, and generate the code.
Hi @vumdao, Thank you for your contribution!
Unfortunately, the file that you edited is automatically generated by our tools and can't be edited manually. Otherwise, the change will be overwritten on the next generation.
To fix the issue, we would need to mark the property as a string | enum in the provider's schema, and then generate all SDKs off it. Copying @t0yv0 @flostadler @corymhall in case we can provide some help here.
We cannot take this change just yet unfortunately, I will follow up on the ticket with the details.