-
Notifications
You must be signed in to change notification settings - Fork 90
Let terraform plan output rendered templates #4
Comments
We similarly use |
Same here with ECS task definition that every time, when deploy new task definition with |
my problem is fixed after use latest aws provider |
@ozbillwang what version? |
terraform provider aws v1.6.0 |
I'm still having this problem and I see it's open without comments or years... Is there a workaround? |
We have a similar use-case and would like terraform plan to show any diff in template_file's rendered content. This is used to set user_data in aws_launch_configuration resource which doesn't show the diff in content |
This issue was originally opened by @llarsson as hashicorp/terraform#8669. It was migrated here as part of the provider split. The original body of the issue is below.
I use templates to generate user-data for my instances. As part of
terraform plan
, I care much more about what values the bootscript will be rendered with, rather than the template I passed in.Could we get that as part of the output (possibly instead of merely echoing the template)?
The text was updated successfully, but these errors were encountered: