GCP Organization Setup

Source code & Installation

The source code of this kit module can be found hereopen in new window

Run the following command to install the kit module:

collie kit import gcp/admin/organization
1

This documentation is intended as a reference documentation for cloud foundation or platform engineers using this module.

Requirements

NameVersion
terraform>= 1.0
google~> 4.80.0

Modules

NameSourceVersion
allowed-policy-member-domainsterraform-google-modules/org-policy/google~> 5.1.0
allowed-policy-resource-locationsterraform-google-modules/org-policy/google~> 5.1.0

Resources

NameType
google_organization.orgsopen in new windowdata source
google_project.foundationopen in new windowdata source

Inputs

NameDescriptionTypeDefaultRequired
customer_ids_to_allowThe list of Google Customer Ids to allow users from.
list(object(
{
domain = string
customer_id = string
}
))
[]no
domains_to_allowThe list of domains to allow users from. This list is concatenated to customer_ids_to_allowlist(string)n/ayes
resource_locations_to_allowThe list of resource locations to allowlist(string)n/ayes

Outputs

NameDescription
documentation_mdn/a