RDS | EnabledCloudwatchLogsExports Reorder #1065
Labels
awaiting/bridge
The issue cannot be resolved without action in pulumi-terraform-bridge.
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
impact/reliability
Something that feels unreliable or flaky
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Hello,
Summary of issue:
When using the AWS Provider for RDS in C# if I specify EnabledCloudwatchLogExports in the List it requires. It creates the resources as expected initially. Any subsequent
pulumi up
causes an(update)
on the resource even with no changes.Code Sample:
Output of Diff after initial deployment of resource, so second
pulumi up
:
Expect:
Upon
pulumi up
I expect zero changes to occur.The text was updated successfully, but these errors were encountered: