Starting a networking module to get a private ip address for cloudsql.
This commit is contained in:
committed by
Tom Alexander
parent
edb515da09
commit
07b38295c3
@@ -29,10 +29,6 @@ resource "google_sql_database_instance" "instance" {
|
||||
|
||||
settings {
|
||||
tier = var.tier
|
||||
|
||||
ip_configuration {
|
||||
private_network = true
|
||||
}
|
||||
}
|
||||
|
||||
deletion_protection = "true"
|
||||
|
||||
Reference in New Issue
Block a user