You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| composer\_env\_name | Name of Cloud Composer Environment. |`string`|`"ci-composer"`| no |
11
+
| composer\_service\_account | Service Account to be used for running Cloud Composer Environment. |`string`| n/a | yes |
12
+
| network | Network where Cloud Composer is created. |`string`| n/a | yes |
13
+
| pod\_ip\_allocation\_range\_name | The name of the cluster's secondary range used to allocate IP addresses to pods. |`string`| n/a | yes |
14
+
| project\_id | Project ID where Cloud Composer Environment is created. |`string`| n/a | yes |
15
+
| region | Region where Cloud Composer Environment is created. |`string`| n/a | yes |
16
+
| service\_ip\_allocation\_range\_name | The name of the services' secondary range used to allocate IP addresses to the cluster. |`string`| n/a | yes |
17
+
| subnetwork | Subetwork where Cloud Composer is created. |`string`| n/a | yes |
18
+
| zone | Zone where the Cloud Composer nodes are created. |`string`| n/a | yes |
19
+
20
+
## Outputs
21
+
22
+
| Name | Description |
23
+
|------|-------------|
24
+
| airflow\_uri | URI of the Apache Airflow Web UI hosted within the Cloud Composer Environment. |
25
+
| composer\_env\_id | ID of Cloud Composer Environment. |
26
+
| composer\_env\_name | Name of the Cloud Composer Environment. |
27
+
| gcs\_bucket | Google Cloud Storage bucket which hosts DAGs for the Cloud Composer Environment. |
28
+
| gke\_cluster | Google Kubernetes Engine cluster used to run the Cloud Composer Environment. |
29
+
30
+
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
31
+
32
+
To provision this example, run the following from within this directory:
33
+
-`terraform init` to get the plugins
34
+
-`terraform plan` to see the infrastructure plan
35
+
-`terraform apply` to apply the infrastructure build
36
+
-`terraform destroy` to destroy the built infrastructure
| composer\_env\_name | Name of Cloud Composer Environment. |`string`|`"ci-composer"`| no |
11
+
| composer\_service\_account | Service Account to be used for running Cloud Composer Environment. |`string`| n/a | yes |
12
+
| network | Network where Cloud Composer is created. |`string`| n/a | yes |
13
+
| pod\_ip\_allocation\_range\_name | The name of the cluster's secondary range used to allocate IP addresses to pods. |`string`| n/a | yes |
14
+
| project\_id | Project ID where Cloud Composer Environment is created. |`string`| n/a | yes |
15
+
| region | Region where Cloud Composer Environment is created. |`string`| n/a | yes |
16
+
| service\_ip\_allocation\_range\_name | The name of the services' secondary range used to allocate IP addresses to the cluster. |`string`| n/a | yes |
17
+
| subnetwork | Subetwork where Cloud Composer is created. |`string`| n/a | yes |
18
+
| zone | Zone where the Cloud Composer nodes are created. |`string`| n/a | yes |
19
+
20
+
## Outputs
21
+
22
+
| Name | Description |
23
+
|------|-------------|
24
+
| airflow\_uri | URI of the Apache Airflow Web UI hosted within the Cloud Composer Environment. |
25
+
| composer\_env\_id | ID of Cloud Composer Environment. |
26
+
| composer\_env\_name | Name of the Cloud Composer Environment. |
27
+
| gcs\_bucket | Google Cloud Storage bucket which hosts DAGs for the Cloud Composer Environment. |
28
+
| gke\_cluster | Google Kubernetes Engine cluster used to run the Cloud Composer Environment. |
29
+
30
+
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
31
+
32
+
To provision this example, run the following from within this directory:
33
+
-`terraform init` to get the plugins
34
+
-`terraform plan` to see the infrastructure plan
35
+
-`terraform apply` to apply the infrastructure build
36
+
-`terraform destroy` to destroy the built infrastructure
0 commit comments