Closed dit-darius closed 6 months ago
I think I'm facing the same problem with logging_config
and monitoring_service
.
I can't verify because for some reason I can't disable them in GCP console (I can uncheck the checkbox, but after I hit "save" and reopen the "Edit" modal it's enabled again)
Regardless, Pulumi does not notice the discrepancy between desired config with those services disabled and the actual state where they are enabled
Hi @dit-darius. Thanks for reporting this to us. I'm sorry this isn't working for you. Could you please provide a complete program that reproduces the problem?
May be related to https://github.com/hashicorp/terraform-provider-google/issues/10805
What happened?
I was creating a GKE cluster and set this
However, the created cluster had Prometheus enabled and gpm namespace and pods created in my cluster.
After disabling managedPrometheus manually via GCP console `pulumi refresh' picked on the change and reported it
but 'pulumi preview --diff` did not identify any differences between actual state and configured state neither before refresh nor after.
Example
Output of
pulumi about
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).