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

terraformrc can contain env var references #11929

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Commits on Feb 14, 2017

  1. terraformrc can contain env var references

    This allows the use case where installation of a plugin can simply say
    to add `$GOPATH/bin/foo` to your terraformrc and the user can do that
    verbatim. Additionally terraformrc files become portable for certain
    environments which are self-contained.
    
    I was hesitant at first about this because it diverges the syntax a bit
    from our standard interpolation syntax. However, due to the special
    nature of terraformrc and the strong use cases cited I'm okay with this.
    mitchellh committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    41a4235 View commit details
    Browse the repository at this point in the history