Mark McDonald
08/02/2023, 8:31 PMJake Kaplan
08/02/2023, 8:36 PMcontainerDefinitions
and they'll get passed to registerTaskDefinition
Mark McDonald
08/02/2023, 8:38 PMjob_variables
but it does not get added to the task definition.
The reason this is important for my use case is that I have different teams at my company using Prefect. Each team has different needs for networking, secrets, volumes, etc. Ideally at a flow level, I could be able to control these settings. By hard coding it into the Advance tab, the task definition becomes very static.Jake Kaplan
08/09/2023, 8:43 PM"my_extra_variable": {{ job_variable }}
You can also edit the base template to include values that the ECS API accepts, even if they're not already in the base templateMark McDonald
08/10/2023, 8:02 PM