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\_service\_account | Service Account for running Cloud Composer. |`string`|`null`| no |
71
71
| create\_network\_attachment | Either create a new network attachment or use existing one. If true, provide the subnet details. |`bool`|`true`| no |
72
72
| dag\_processor | Configuration for resources used by Airflow workers. | <pre>object({<br> cpu = string<br> memory_gb = number<br> storage_gb = number<br> count = number<br> })</pre> | <pre>{<br> "count": 2,<br> "cpu": 2,<br> "memory_gb": 7.5,<br> "storage_gb": 5<br>}</pre> | no |
73
+
| enable\_private\_builds\_only | If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet. |`bool`|`false`| no |
73
74
| env\_variables | Variables of the airflow environment. |`map(string)`|`{}`| no |
74
75
| environment\_size | The environment size controls the performance parameters of the managed Cloud Composer infrastructure that includes the Airflow database. Values for environment size are: `ENVIRONMENT_SIZE_SMALL`, `ENVIRONMENT_SIZE_MEDIUM`, and `ENVIRONMENT_SIZE_LARGE`. |`string`|`"ENVIRONMENT_SIZE_MEDIUM"`| no |
75
76
| grant\_sa\_agent\_permission | Cloud Composer relies on Workload Identity as Google API authentication mechanism for Airflow. |`bool`|`true`| no |
0 commit comments