Skip to content

Commit d04ce1d

Browse files
Small change to comments for consistency sake
1 parent 011fc35 commit d04ce1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • assets/queries/terraform/gcp/sql_db_instance_with_ssl_disabled/test

assets/queries/terraform/gcp/sql_db_instance_with_ssl_disabled/test/positive1.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "google_sql_database_instance" "positive1" { # legacy support (terraf
77
depends_on = [google_service_networking_connection.private_vpc_connection]
88

99
settings {
10-
tier = "db-f1-micro" # Missing "ip_configuration"
10+
tier = "db-f1-micro" # Undefined "ip_configuration"
1111
}
1212
}
1313

@@ -24,7 +24,7 @@ resource "google_sql_database_instance" "positive2" { # legacy support (terraf
2424
ip_configuration {
2525
ipv4_enabled = false
2626
private_network = google_compute_network.private_network.id
27-
# Missing "require_ssl"
27+
# Undefined "require_ssl"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)