Remove project.service_config instances using the new default

This commit is contained in:
Julio Castillo
2022-09-09 09:38:09 +02:00
parent 67c031c41c
commit f8e2fdaf19
25 changed files with 1 additions and 99 deletions

View File

@@ -53,7 +53,4 @@ module "project" {
host_project = var.shared_vpc_project_id
service_identity_iam = {}
}
service_config = {
disable_on_destroy = false, disable_dependent_services = false
}
}
}