terraform-example-foundation icon indicating copy to clipboard operation
terraform-example-foundation copied to clipboard

0-bootstrap group names don't align with documentation

Open arueth opened this issue 1 year ago • 0 comments

TL;DR

Expected behavior

Terraform and documentation should match.

Observed behavior

Discrepancies between Terraform and documentation

Terraform Configuration

#  Optional - for enabling the automatic groups creation, uncoment the groups
#  variable and update the values with the desired group names
# groups = {
#   create_groups = true,
#   billing_project = "billing-project",
#   required_groups = {
#     group_org_admins           = "[email protected]"
#     group_billing_admins       = "[email protected]"
#     billing_data_users         = "[email protected]"
#     audit_data_users           = "[email protected]"
#     monitoring_workspace_users = "[email protected]"
#   },
#   optional_groups = {
#     gcp_platform_viewer      = "[email protected]"
#     gcp_security_reviewer    = "[email protected]"
#     gcp_network_viewer       = "[email protected]"
#     gcp_scc_admin            = "[email protected]"
#     gcp_global_secrets_admin = "[email protected]"
#     gcp_audit_viewer         = "[email protected]"
#   }
# }

Terraform Version

Terraform v1.7.1
on linux_amd64

Additional information

No response

arueth avatar Jan 30 '24 20:01 arueth