Skip to content

Commit

Permalink
#284 - Update common.auto.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Sep 18, 2023
1 parent eff87f8 commit e3b31b9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion environments/common/common.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,17 @@ guardrails = {
org_id_scan_list = [ # REQUIRED EDIT. Organization Id list for service account to have cloud asset viewer permission
]
org_client = false #Set to true if deploying remote client landing zone. Otherwise set to false if deploying for core organization landing zone.

guardrails_services = [
"artifactregistry.googleapis.com",
"appengine.googleapis.com",
"cloudfunctions.googleapis.com",
"cloudasset.googleapis.com",
"cloudbuild.googleapis.com",
"cloudscheduler.googleapis.com",
"containerregistry.googleapis.com",
"sourcerepo.googleapis.com",
"storage.googleapis.com"
]
}


Expand Down

0 comments on commit e3b31b9

Please sign in to comment.