Skip to content

Commit a92f0a7

Browse files
Cloud DMS PrivateConnection support for create_without_validation (#13878) (#999)
[upstream:b42fc1ba2526f95a0fa712437c494f02664c6166] Signed-off-by: Modular Magician <[email protected]>
1 parent d390bbe commit a92f0a7

File tree

1 file changed

+2
-0
lines changed
  • database_migration_service_private_connection

1 file changed

+2
-0
lines changed

database_migration_service_private_connection/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ resource "google_database_migration_service_private_connection" "default" {
1111
vpc_name = resource.google_compute_network.default.id
1212
subnet = "10.0.0.0/29"
1313
}
14+
15+
create_without_validation = false
1416
}
1517

1618
resource "google_compute_network" "default" {

0 commit comments

Comments
 (0)