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.
- 17 Dec, 2020 18 commits
-
-
hashicorp-ci authored
-
Nick Fagerlund authored
Backport of website: Fix broken/wobbly links into v0.14
-
Robin Norwood authored
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Update hcl and go-cty dependencies
-
Alisdair McDiarmid authored
-
James Bardin authored
-
Alisdair McDiarmid authored
-
James Bardin authored
v0.14 backport of #27318
-
James Bardin authored
This plan would occasionally show changes when there weren't any due to the sensitive marks being compared incorrectly.
-
James Bardin authored
When comparing marks for values during plan and apply, we need to ensure the order of the marked paths is consistent.
-
Martin Atkins authored
-
Pam Selle authored
-
Pam Selle authored
-
Pam Selle authored
* Add test for existing behavior, when a value contains a marked value * Allow some marked values as for_each arguments Rather than disallow values that have any marks as for_each arguments, this makes the check more nuanced to disallow cases where the whole value is marked (a whole map, or any set). This allows cases where a user may pass a map that has marked values, but the keys are not sensitive
-
The Terraform Team authored
* backport of commit 07ca9697fd372381063a66b8c6df86b9ead565ca * backport of commit 94e107f6c0b8c730c8e7e880a6fbfdd26e01b95c Co-authored-by:
Pam Selle <204372+pselle@users.noreply.github.com>
-
Nick Fagerlund authored
-
Nick Fagerlund authored
-
- 16 Dec, 2020 3 commits
-
-
Martin Atkins authored
-
Martin Atkins authored
-
Martin Atkins authored
-
- 15 Dec, 2020 3 commits
- 14 Dec, 2020 1 commit
-
-
Pam Selle authored
-
- 11 Dec, 2020 3 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Merge pull request #27262 from hashicorp/backport/alisdair/sum-func-robustness/instantly-supreme-albacore Backport of lang: Improved robustness of sum function into v0.14
-
Alisdair McDiarmid authored
-
- 10 Dec, 2020 11 commits
-
-
Martin Atkins authored
The previous commit introduced a hint for folks who are missing declarations of requirements for non-default providers -- that is, ones in namespaces other than registry.terraform.io/hashicorp/ . For v0.14 in particular one way to get into that situation is to try to skip directly from v0.12 to v0.14 without stopping at v0.13 to run through its upgrade guide, so this adds one further hint to that error message that using the v0.13 upgrade guide could be helpful to resolve the error more easily, rather than manually inserting all of the individual requirements. The messaging in the previous commit will live on in v0.15, but the paragraph in this commit is for v0.14 only as a temporary hint for folks who are upgrading.
-
Martin Atkins authored
If a user forgets to specify the source address for a provider, Terraform will assume they meant a provider in the registry.terraform.io/hashicorp/ namespace. If that ultimately doesn't exist, we'll now try to see if there's some other provider source address recorded in the registry's legacy provider lookup table, and suggest it if so. The error message here is a terse one addressed primarily to folks who are already somewhat familiar with provider source addresses and how to specify them. Terraform v0.13 had a more elaborate version of this error message which directed the user to try the v0.13 automatic upgrade tool, but we no longer have that available in v0.14 and later so the user must make the fix themselves.
-
Pam Selle authored
-
Pam Selle authored
Backport of Unmark values in count before go conversion into v0.14
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Merge pull request #27240 from hashicorp/backport/alisdair/alltrue-anytrue-unknown/formerly-closing-longhorn Backport of lang/funcs: Fix alltrue/anytrue with unknowns into v0.14
-
Pam Selle authored
-
Alisdair McDiarmid authored
-
James Bardin authored
-
James Bardin authored
Merge pull request #27235 from hashicorp/backport/jbardin/apply-refresh-false/reasonably-strong-bedbug Backport of set SkipRefresh for plan and apply into v0.14
-
James Bardin authored
-
- 09 Dec, 2020 1 commit
-
-
Nick Fagerlund authored
-