Tighten up security of automation project (CSPR-related) (#2009)
* enforce compute/iam policies on the automation project * tests
This commit is contained in:
committed by
GitHub
parent
6b4dad01d6
commit
c5416f3af1
@@ -59,6 +59,7 @@ resource "google_project_service" "project_services" {
|
||||
service = each.value
|
||||
disable_on_destroy = var.service_config.disable_on_destroy
|
||||
disable_dependent_services = var.service_config.disable_dependent_services
|
||||
depends_on = [google_org_policy_policy.default]
|
||||
}
|
||||
|
||||
resource "google_compute_project_metadata_item" "default" {
|
||||
|
||||
Reference in New Issue
Block a user