You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes
are needed.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Expected behavior is that Query Insights will be disabled.
Probably needs to be changed so that query_insights_enabled = false can be set in the module.
TL;DR
Set insights_config
Execute
terraform apply
.Query Insights has been enabled.
Set null in insights_config
Execute
terraform plan
.Expected behavior is that Query Insights will be disabled.
Probably needs to be changed so that
query_insights_enabled = false
can be set in the module.terraform-google-sql-db/modules/postgresql/main.tf
Line 139 in 441bc2d
I tried and was able to disable it this way.
like this
Are my considerations correct?
If corrections are needed I will create a PR.
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: