GCP Organization Setup
Source code & Installation
The source code of this kit module can be found here
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
| Name | Version |
|---|---|
| terraform | >= 1.0 |
| ~> 4.80.0 |
Modules
| Name | Source | Version |
|---|---|---|
| allowed-policy-member-domains | terraform-google-modules/org-policy/google | ~> 5.1.0 |
| allowed-policy-resource-locations | terraform-google-modules/org-policy/google | ~> 5.1.0 |
Resources
| Name | Type |
|---|---|
| google_organization.orgs | data source |
| google_project.foundation | data source |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| customer_ids_to_allow | The list of Google Customer Ids to allow users from. | list(object( | [] | no |
| domains_to_allow | The list of domains to allow users from. This list is concatenated to customer_ids_to_allow | list(string) | n/a | yes |
| resource_locations_to_allow | The list of resource locations to allow | list(string) | n/a | yes |
Outputs
| Name | Description |
|---|---|
| documentation_md | n/a |
