Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions docs/ddg.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,16 @@ state.
billing_account = {
id = "`<billing_account_id>`" # taken from Google Cloud Console Billing Accounts -> Manage Billing Account
}
# locations for GCS, BigQuery, and logging buckets created here
locations = {
bq = "`<region>`"
gcs = "`<region>`"
logging = "`<region>`"
pubsub = ["`<region>`"]
kms = "`<region>`"
# region configuration - this will automatically populate locations for GCS, BigQuery, KMS, and logging buckets
# Default to us-east4 for IL5/FedRAMP compliance - adjust as needed
regions = {
primary = "`<region>`"
}
# use `gcloud organizations list`
organization = {
domain = "`<domain>`" # DISPLAY_NAME
id = "`<organization_id>`"
customer_id = "`<organization_id>`"
customer_id = "`<customer_id>`"
}
outputs_location = "~/fast-config"
# use something unique and no longer than 6 characters
Expand Down Expand Up @@ -245,9 +242,6 @@ org_policies_config = {
fast_features = {
envs = true
}
regions = {
primary = "`<region>`"
}

#regime must be in ALL CAPS
assured_workloads = {
Expand Down