This project is mirrored from https://:*****@github.com/hashicorp/terraform.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 26 Oct, 2017 1 commit
    • Martin Atkins's avatar
      main: allow overriding host-based discovery in CLI config · e9816c60
      Martin Atkins authored
      For situations where the default network-based discovery is inappropriate
      or inconvenient, this allows users to provide a hard-coded discovery
      document for a particular hostname in the CLI config.
      
      This is a new config block, rather than combined with the existing
      "credentials" block, because credentials should ideally live in separate
      files from other config so that they can be managed more carefully.
      However, this new "host" block _is_ designed to have room for additional
      host-specific configuration _other than_ credentials in future, which
      might include TLS certificate overrides or other such things used during
      the discovery step.
      e9816c60
  2. 21 Oct, 2017 4 commits
  3. 14 Feb, 2017 1 commit
    • Mitchell Hashimoto's avatar
      terraformrc can contain env var references · 41a4235e
      Mitchell Hashimoto authored
      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.
      41a4235e
  4. 23 Nov, 2016 1 commit
  5. 10 Jul, 2014 1 commit
  6. 10 Jun, 2014 1 commit
  7. 26 May, 2014 1 commit