Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Let terraform plan output rendered templates #4

Open
hashibot opened this issue Jun 13, 2017 · 7 comments
Open

Let terraform plan output rendered templates #4

hashibot opened this issue Jun 13, 2017 · 7 comments

Comments

@hashibot
Copy link

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)?

@alex-derzhi-sp
Copy link

alex-derzhi-sp commented Oct 16, 2017

We similarly use template_file to generate ECS Task Definitions and need to have the resulting rendered template show in the plan output so that it can be properly peer-reviewed.

@ozbillwang
Copy link

Same here with ECS task definition that every time, when deploy new task definition with template_file data source, I can't see the differences, it is too inconvenience.

@ozbillwang
Copy link

my problem is fixed after use latest aws provider

@ryanking
Copy link

@ozbillwang what version?

@ozbillwang
Copy link

terraform provider aws v1.6.0

@ingshtrom
Copy link

I'm still having this problem and I see it's open without comments or years... Is there a workaround?

@dhawal55
Copy link

dhawal55 commented Mar 12, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants