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. 22 May, 2020 1 commit
  2. 21 May, 2020 12 commits
  3. 20 May, 2020 6 commits
  4. 19 May, 2020 10 commits
  5. 18 May, 2020 5 commits
  6. 16 May, 2020 1 commit
  7. 15 May, 2020 4 commits
    • CJ Horton's avatar
      0eea4e7c
    • Mike Nomitch's avatar
      650a272a
    • Martin Atkins's avatar
      backend/remote: Support -target on plan and apply · 16f1f3b7
      Martin Atkins authored
      Previously we did not allow -target to be used with the remote backend
      because there was no way to send the targets to Terraform Cloud/Enterprise
      via the API.
      
      There is now an attribute in the request for creating a plan that allows
      us to send target addresses, so we'll remove that restriction and copy
      the given target addresses into the API request.
      16f1f3b7
    • Martin Atkins's avatar
      vendor: go get github.com/hashicorp/go-tfe@v0.8.0 · db4f3f8b
      Martin Atkins authored
      This includes a new TargetAddrs field on both Run and RunCreateOptions
      which we'll use to send resource addresses that were specified using
      -target on the CLI command line when using the remote backend.
      
      There were some unrelated upstream breaking changes compared to the last
      version we had vendored, so this commit also includes some changes to the
      backend/remote package to work with this new API, which now requires the
      remote backend to be aware of the remote system's opaque workspace id.
      db4f3f8b
  8. 14 May, 2020 1 commit