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 5768e3c commit 055fc06Copy full SHA for 055fc06
main.tf
@@ -122,6 +122,8 @@ resource "google_sql_database_instance" "primary" {
122
}
123
124
deletion_protection = false
125
+
126
+ depends_on = [google_service_networking_connection.default]
127
128
129
resource "google_sql_database_instance" "secondary" {
@@ -144,6 +146,8 @@ resource "google_sql_database_instance" "secondary" {
144
146
145
147
148
149
150
151
152
153
# create database.
0 commit comments