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
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
For example right now we have a .json file for our task definitions and those task definitions have environment variables that change so we put them in the tfvars for each state.
The problem or more so the annoying thing is that we have to put the variable in the json file. Then make sure to put it in the vars for template_file and then also in the tfvars. So this exact same thing exists in 3 different places. Instead of 1 place for setting it and 1 place for using it.
It would be super useful if template_file had a flag or something to say just use whatever variables are available like all the other resources can do.
The text was updated successfully, but these errors were encountered:
This issue was originally opened by @digitalfiz as hashicorp/terraform#16863. It was migrated here as a result of the provider split. The original body of the issue is below.
For example right now we have a .json file for our task definitions and those task definitions have environment variables that change so we put them in the tfvars for each state.
The problem or more so the annoying thing is that we have to put the variable in the json file. Then make sure to put it in the vars for template_file and then also in the tfvars. So this exact same thing exists in 3 different places. Instead of 1 place for setting it and 1 place for using it.
It would be super useful if template_file had a flag or something to say just use whatever variables are available like all the other resources can do.
The text was updated successfully, but these errors were encountered: