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.
- 12 Jan, 2021 1 commit
-
-
Pam Selle authored
The revision field is only populated on dev builds so this means most releases of Terraform have an empty "terraform_revision" field in the JSON output. Since we recommend developers use go tooling to `go build` this tool when developing, the revision is not useful data and so it is removed.
-
- 09 Aug, 2019 1 commit
-
-
Martin Atkins authored
Terraform CLI should build for all of our standard targets.
-
- 26 Jul, 2019 1 commit
-
-
Pam Selle authored
-
- 03 May, 2019 1 commit
-
-
Kristin Laemmert authored
* website/upgrade-guides: init -reconfigure is required with remote backend * build: add a real and useful version of `.tfdev`
-
- 29 Apr, 2019 1 commit
-
-
Kristin Laemmert authored
* lang/funcs: testing of functions through the lang package API The function-specific unit tests do not cover the HCL conversion that happens when the functions are called in a terraform configuration. For e.g., HCL converts sets to lists before passing it to the function. This means that we could not test passing a set in the function _unit_ tests. This adds a higher-level acceptance test, plus a check that every (pure) function has a test. * website/docs: update function documentation
-