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 d390bbe commit a92f0a7Copy full SHA for a92f0a7
database_migration_service_private_connection/main.tf
@@ -11,6 +11,8 @@ resource "google_database_migration_service_private_connection" "default" {
11
vpc_name = resource.google_compute_network.default.id
12
subnet = "10.0.0.0/29"
13
}
14
+
15
+ create_without_validation = false
16
17
18
resource "google_compute_network" "default" {
0 commit comments