Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template_file: source contents instead of path #3909

Merged
merged 1 commit into from
Nov 16, 2015

Commits on Nov 13, 2015

  1. template_file: source contents instead of path

    Building on the work of #3846, deprecate `filename` in favor of a
    `template` attribute that accepts file contents instead of a path.
    
    Required a bit of work in the interpolation code to prevent Terraform
    from assuming that template interpolations were resource variables that
    needed to be resolved. Leaving them as "Unknown Variables" prevents
    interpolation from happening early and lets the `template_file` resource
    do its thing.
    phinze committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    928f534 View commit details
    Browse the repository at this point in the history