We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011fc35 commit d04ce1dCopy full SHA for d04ce1d
1 file changed
assets/queries/terraform/gcp/sql_db_instance_with_ssl_disabled/test/positive1.tf
@@ -7,7 +7,7 @@ resource "google_sql_database_instance" "positive1" { # legacy support (terraf
7
depends_on = [google_service_networking_connection.private_vpc_connection]
8
9
settings {
10
- tier = "db-f1-micro" # Missing "ip_configuration"
+ tier = "db-f1-micro" # Undefined "ip_configuration"
11
}
12
13
@@ -24,7 +24,7 @@ resource "google_sql_database_instance" "positive2" { # legacy support (terraf
24
ip_configuration {
25
ipv4_enabled = false
26
private_network = google_compute_network.private_network.id
27
- # Missing "require_ssl"
+ # Undefined "require_ssl"
28
29
30
0 commit comments