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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 30 Jun, 2022 2 commits
-
-
James Bardin authored
-
Liam Cervante authored
* Fail global required_version check if it contains any prerelease fields * go mod tidy * Improve required_version prerelease not supported error string * Add prerelease version constraint unit tests * Fix side-effects by populating global diags too soon
-
- 27 Jun, 2022 1 commit
-
-
James Bardin authored
This allows us to remove the manual replace directives github.com/dgrijalva/jwt-go and google.golang.org/grpc, so that we can remove the CVE warnings and update the grpc packages. While the etcdv3 backend is also marked as deprecated, the changes here are done in a manner to keep that backend working for the time being.
-
- 23 Jun, 2022 1 commit
-
-
Martin Atkins authored
-
- 16 Jun, 2022 1 commit
-
-
Martin Atkins authored
This means we can now use type parameter syntax where appropriate. This commit also includes an upgrade to the golang.org/x/tools module, in order to get a newer version of "stringer" that supports the type parameters syntax.
-
- 13 Jun, 2022 1 commit
-
-
James Bardin authored
-
- 31 May, 2022 2 commits
- 25 May, 2022 1 commit
-
-
James Bardin authored
-
- 20 May, 2022 1 commit
-
-
Georg Gadinger authored
The version that was in use previously broke my runs with a nice `ssh: handshake failed: agent unsupported algorithm "ssh-ed25519"` error. I took a further look into this, and saw that the change that broke ssh for me was fixed in https://github.com/golang/crypto/commit/46612604a. Yay!
-
- 28 Apr, 2022 1 commit
-
-
James Bardin authored
-
- 27 Apr, 2022 1 commit
-
-
Tom Bamford authored
-
- 25 Apr, 2022 2 commits
-
-
Martin Atkins authored
This tagged release is a superset of the specific commit we had previously selected, adding in just an improved error message for inconsistent result types in a conditional expression.
-
kmoe authored
-
- 20 Apr, 2022 1 commit
-
-
James Bardin authored
-
- 04 Apr, 2022 1 commit
-
-
Martin Atkins authored
This is intended to eventually replace the CircleCI-based checks we use as part of the PR process in this repository. We're already using GitHub Actions for various other processes in this repository, so this change is motivated by consistency of having all of our automation running in the same system and written in the same language. This is not a complete replacement for our CircleCI workflow yet, and probably won't ever be because the CircleCI workflow contains some steps that are arguably redundant with other processes we follow elsewhere. However, the CircleCI workflow remains for now and won't be removed until we're satisfied that enough of it is replicated by this GitHub Actions workflow.
-
- 23 Mar, 2022 1 commit
-
-
Luces Huayhuaca authored
Upgrade go-tfe dependency to use 1.0 version. It contains breaking changes, so we are updating method signatures, method names and the type of optional parameters, as needed. (#30626)
-
- 02 Mar, 2022 1 commit
-
-
Barrett Clark authored
`go-slug` has been updated to not upload `terraform.tfstate` to the slug so that a user will no longer receive the error message about the leftover state file after migrating from the local backend to TFC.
-
- 01 Mar, 2022 2 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
-
- 25 Feb, 2022 1 commit
-
-
Sebastian Rivera authored
-
- 24 Feb, 2022 6 commits
-
-
uturunku1 authored
-
uturunku1 authored
-
Brandon Croft authored
go-tfe is pinned to branch run-tasks-integration pending API changes until run tasks support in the CLI is closer to release
-
uturunku1 authored
-
uturunku1 authored
pull latest changes from go-tfe branch and use use new field name that previously was incorrectly named TaskStage
-
uturunku1 authored
This change will await the completion of pre-apply run tasks if they exist on a run and then report the results. It also adds an abstraction when interacting with cloud integrations such as policy checking and cost estimation that simplify and unify output, although I did not go so far as to refactor those callers to use it yet.
-
- 17 Jan, 2022 2 commits
- 03 Jan, 2022 1 commit
-
-
Martin Atkins authored
There was an unintended regression in go-getter v1.5.9's GitGetter which caused us to temporarily fork that particular getter into Terraform to expedite a fix. However, upstream v1.5.10 now includes a functionally-equivalent fix and so we can heal that fork by upgrading. We'd also neglected to update the Module Sources docs when upgrading to go-getter v1.5.9 originally and so we were missing documentation about the new "depth" argument to enable shadow cloning, which I've added retroactively here along with documenting its restriction of only supporting named refs. This new go-getter release also introduces a new credentials-passing method for the Google Cloud Storage getter, and so we must incorporate that into the Terraform-level documentation about module sources.
-
- 09 Dec, 2021 1 commit
-
-
Brandon Croft authored
-
- 01 Dec, 2021 2 commits
-
-
James Bardin authored
-
James Bardin authored
-
- 18 Nov, 2021 1 commit
-
-
Krista LaFentres authored
-
- 17 Nov, 2021 2 commits
-
-
tombuildsstuff authored
-
tombuildsstuff authored
-
- 16 Nov, 2021 1 commit
-
-
James Bardin authored
Use the latest k8s.io packages from v0.21
-
- 11 Nov, 2021 3 commits
-
-
Barrett Clark authored
- Fix tests and remove commented code - Remove parallel for some flaky tests - Add README
-
Brandon Croft authored
-
Katy Moe authored
-