For deployment create, we need:
--remote-execution-enabled default false
--allowed-ip-address-ranges can be set if --remote-execution-enabled is true
--task-log-bucket can be set if remote execution is enabled
--task-log-url-pattern can be set if remote execution is enabled
For deployment update, we need:
--allowed-ip-address-ranges can be set if --remote-execution-enabled is true
--task-log-bucket can be set if remote execution is enabled
--task-log-url-pattern can be set if remote execution is enabled
Note, we'll need to make sure that worker queues are omitted from create / update requests when remote execution is enabled.
depends on https://github.com/astronomer/astro/issues/31765