Closed t0yv0 closed 1 year ago
Looks like a couple issues here:
DeletionProtection: pulumi.BoolPtr(false),
needs to be explicitly set when creating the DB Instance as the default is true (https://www.pulumi.com/registry/packages/gcp/api-docs/sql/databaseinstance/)
What happened?
Per https://github.com/pulumi/gcp-account-cleanup/issues/21 these are auto-cleaned up but the test is still creating instances:
Removing them immediately would further help cost control.
Example
N/A
Output of
pulumi about
N/A
Additional context
N/A
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).