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. 24 Jun, 2021 2 commits
  2. 22 Jun, 2021 1 commit
    • Martin Atkins's avatar
      website: Explicit examples of -var escaping in various shells · c1c36393
      Martin Atkins authored
      The -var command line option comes with the disadvantage that a user must
      contend both with Terraform's own parser and with the parser in whichever
      shell they've decided to use, and different shells on different platforms
      have different rules.
      
      Previously we've largely just assumed that folks know the appropriate
      syntax for the shell they chose, but it seems that command lines involving
      spaces and other special characters arise rarely enough in other commands
      that Terraform is often the first time someone needs to learn the
      appropriate syntax for their shell.
      
      We can't possibly capture all of the details of all shells in our docs,
      because that's far outside of our own scope, but hopefully this new
      section will go some way to give some real examples that will help folks
      figure out how to write suitable escape sequences, if they choose to
      set complex variable values on the command line rather than in .tfvars
      as we recommend elsewhere on this page.
      c1c36393
  3. 21 Jun, 2021 3 commits
  4. 18 Jun, 2021 8 commits
  5. 14 Jun, 2021 1 commit
    • James Bardin's avatar
      Merge pull request #28954 from... · e500ef88
      James Bardin authored
      Merge pull request #28954 from hashicorp/backport/jbardin/objchange-unknown-blocks/jointly-tough-lion
      
      Backport of handle unexpected changes to unknown block into v1.0
      e500ef88
  6. 11 Jun, 2021 1 commit
  7. 10 Jun, 2021 2 commits
  8. 09 Jun, 2021 4 commits
  9. 08 Jun, 2021 8 commits
  10. 03 Jun, 2021 1 commit
    • Kristin Laemmert's avatar
      tools: remove terraform-bundle. (#28876) (#28877) · d810f27e
      Kristin Laemmert authored
      * tools: remove terraform-bundle.
      
      terraform-bundle is no longer supported in the main branch of terraform. Users can build terraform-bundle from terraform tagged v0.15 and older.
      
      * add a README pointing users to the v0.15 branch
      d810f27e
  11. 02 Jun, 2021 6 commits
  12. 27 May, 2021 2 commits
  13. 26 May, 2021 1 commit