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
gcloud_cmd_body="composer environments run --project=${var.project} --location=${var.region}${var.composer_env_name} pools"
20
+
create_cmd_body="${local.gcloud_cmd_body} -- set ${jsonencode(var.pool_name)}${jsonencode(var.slot_count)}${jsonencode(var.description)}${local.include_deferred_flag}"
0 commit comments