Skip to content

Commit

Permalink
GoogleCloudPlatform#284 - Update common.auto.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Sep 13, 2023
1 parent bab9579 commit c9fdbcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions environments/common/common.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ audit = { # REQUIRED OBJECT. Must include an au
}
}
audit_lables = {}
services = [
"logging.googleapis.com",
"bigquery.googleapis.com",
"accesscontextmanager.googleapis.com",
"bigquerystorage.googleapis.com"
]
}

audit_project_iam = [ #REQUIRED EDIT. At least one object is required. The member cannot be the same for multiple objects.
Expand Down

0 comments on commit c9fdbcc

Please sign in to comment.