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
* add dag processor resources
* add web_server_plugins_mode
* add docs
* add tests, replace go client, guard nil PrivateClusterConfig
* new api version
* add mapping for web server plugins mode
* add create test
* make beta only
* valid cpu in dag_processor test
* add 'Computed' to individual workload resources, align.
* make workload resources computed
* remove computed from required fields
[upstream:09a193c942d2b3c1b1fe0a2c857ba1010a149c5c]
Signed-off-by: Modular Magician <[email protected]>
google_composer_environment: added support for creation and update for config.software_config.web_server_plugins_mode and config.workloads_config. dag_processor fields.
Web server plugins configuration. Should be either 'ENABLED' or 'DISABLED'. Defaults to 'ENABLED'.
481
+
482
+
478
483
See [documentation](https://cloud.google.com/composer/docs/how-to/managing/configuring-private-ip) for setting up private environments. <aname="nested_private_environment_config"></a>The `private_environment_config` block supports:
479
484
480
485
*`connection_type` -
@@ -979,6 +984,10 @@ The `workloads_config` block supports:
979
984
(Optional)
980
985
Configuration for resources used by Airflow workers.
0 commit comments