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.
- 04 Apr, 2022 1 commit
-
-
Martin Atkins authored
This will allow us to upgrade to this version in a later commit without causing the our build checks to fail.
-
- 01 Apr, 2022 5 commits
-
-
kmoe authored
-
kmoe authored
When rendering a diff, we should quote object attribute names if the string representation is not a valid identifier. While this is not strictly necessary, it makes the diff output more closely resemble the configuration language, which is less confusing. This commit applies to both top-level schema attributes and any object value attributes. We use a simplistic "%q" Go format string to quote the strings, which is not strictly identical to HCL's quoting requirements, but is the pattern used elsewhere in HCL and Terraform. Co-Authored-By:
Katy Moe <katy@katy.moe> Co-authored-by:
Alisdair McDiarmid <alisdair@users.noreply.github.com>
-
Lars Lehtonen authored
-
Jane authored
Add `hostname` argument to cloud block
-
Jane authored
Co-authored-by:
Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
-
- 31 Mar, 2022 7 commits
-
-
James Bardin authored
improve the contributing attributes filter
-
UKEME BASSEY authored
command/meta_backend: fix for cloud integration panic
-
Alisdair McDiarmid authored
-
gabriel376 authored
-
Sebastian Rivera authored
Fix a flaky test manipulating environment variables
-
Sebastian Rivera authored
This test resolves an issue where variables were going unset causing leaks into other test cases and therefore resulting in failures.
-
Jane authored
-
- 30 Mar, 2022 11 commits
-
-
Martin Atkins authored
-
Martin Atkins authored
There is no special reason to do this; we just typically adopt the latest minor release of the Go toolchain for each new minor release of Terraform CLI so that we can make use of its new library and language features gradually over the subsequent patch releases. Adopting early will give us more time to exercise this and catch any wrinkles before the Terraform CLI v1.2 release.
-
uk1288 authored
-
Sebastian Rivera authored
Add TF_HOSTNAME env var support
-
Sebastian Rivera authored
-
Sebastian Rivera authored
-
Sebastian Rivera authored
-
Sebastian Rivera authored
Add TF_ORGANIZATION env var support
-
Sebastian Rivera authored
We previously used to throw an error denoting where in the configuration the attribute was missing or invalid. Considering that organization can be now be omitted from the configuration, our previous error message will be improperly formatted. This commit also updates the message to mention `TF_ORGANIZATION` as a valid substitute if organization is missing or invalid in the configuration.
-
James Bardin authored
The initial rough implementation contained a bug where it would incorrectly return a NilVal in some cases. Improve the heuristics here to insert null values more precisely when parent objects change to or from null. We also check for dynamic types changing, in which case the entire object must be taken when we can't match the individual attribute values.
-
Matthias Baur authored
* Clarify multiple times usage Co-authored-by:
kmoe <5575356+kmoe@users.noreply.github.com>
-
- 29 Mar, 2022 3 commits
-
-
Laura Pacilio authored
Docs Update: Show example of state lock table access control
-
Nsikan authored
Co-authored-by:
Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
-
Jamie Finnigan authored
-
- 28 Mar, 2022 4 commits
-
-
Alisdair McDiarmid authored
Description of '-' symbol as used in format()
-
Laura Pacilio authored
Add PowerShell note to file provisioner page
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
- 26 Mar, 2022 3 commits
-
-
Sebastian Rivera authored
-
Sebastian Rivera authored
TF_ORGANIZATION will serve as a fallback for configuring the organization in the `cloud` block. This is the first step to make it easier for users wanting to configure Terraform programmatically.
-
george-mengelberg authored
The existing description for the '-' symbol as use in format() stated that the result would padded spaces to the left. When tested in via 'terraform console' using format("%-10.1f", 3) the result was "3.0 " Terraform v1.1.7
-
- 25 Mar, 2022 6 commits
-
-
kmoe authored
-
kmoe authored
-
kmoe authored
-
Luces Huayhuaca authored
Co-authored-by:
kmoe <5575356+kmoe@users.noreply.github.com> Co-authored-by:
kmoe <5575356+kmoe@users.noreply.github.com>
-