terraform-example-foundation
terraform-example-foundation copied to clipboard
0-bootstrap group names don't align with documentation
TL;DR
- In 0-bootstrap/terraform.examples.tfvars, group names don't align with documentation on the Cloud Architecture Center
- There is an audit_data_users group in the Terraform that doesn't exist in the documentation.
- There is a gcp-kms-admin group in the documentation that doesn't exists in the Terraform.
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