@@ -29,17 +29,17 @@ module "composer" {
2929## Inputs
3030
3131| Name | Description | Type | Default | Required |
32- | ------| -------------| : ----: | : -----: | : -----:|
33- | composer\_ env\_ name | Name of Cloud Composer Environment | string | n/a | yes |
34- | composer\_ service\_ account | Service Account for running Cloud Composer. | string | n/a | yes |
35- | ip\_ cidr\_ range | CIDR range for the Cloud Composer Subnet. | string | ` "10.0.0.0/14" ` | no |
36- | machine\_ type | Machine type of Cloud Composer nodes. | string | ` "n1-standard-8" ` | no |
37- | network\_ name | Name of network created for Cloud Composer Environment. | string | ` "composer-network-01" ` | no |
38- | node\_ count | Number of worker nodes in Cloud Composer Environment. | number | ` "3" ` | no |
39- | project\_ id | Project ID where Cloud Composer Environment is created. | string | n/a | yes |
40- | region | Region where the Cloud Composer Environment is created. | string | ` "us-central1" ` | no |
41- | subnet\_ name | Name of subnetwork created for Cloud Composer Environment. | string | ` "composer-subnet-01" ` | no |
42- | zone | Zone where the Cloud Composer nodes are created. | string | ` "us-central1-f" ` | no |
32+ | ------| -------------| ------ | --------- | :--- -----:|
33+ | composer\_ env\_ name | Name of Cloud Composer Environment | ` string ` | n/a | yes |
34+ | composer\_ service\_ account | Service Account for running Cloud Composer. | ` string ` | n/a | yes |
35+ | ip\_ cidr\_ range | CIDR range for the Cloud Composer Subnet. | ` string ` | ` "10.0.0.0/14" ` | no |
36+ | machine\_ type | Machine type of Cloud Composer nodes. | ` string ` | ` "n1-standard-8" ` | no |
37+ | network\_ name | Name of network created for Cloud Composer Environment. | ` string ` | ` "composer-network-01" ` | no |
38+ | node\_ count | Number of worker nodes in Cloud Composer Environment. | ` number ` | ` 3 ` | no |
39+ | project\_ id | Project ID where Cloud Composer Environment is created. | ` string ` | n/a | yes |
40+ | region | Region where the Cloud Composer Environment is created. | ` string ` | ` "us-central1" ` | no |
41+ | subnet\_ name | Name of subnetwork created for Cloud Composer Environment. | ` string ` | ` "composer-subnet-01" ` | no |
42+ | zone | Zone where the Cloud Composer nodes are created. | ` string ` | ` "us-central1-f" ` | no |
4343
4444## Outputs
4545
0 commit comments