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.
- 24 Jun, 2021 2 commits
-
-
hc-github-team-tf-core authored
-
James Bardin authored
-
- 22 Jun, 2021 1 commit
-
-
Martin Atkins authored
The -var command line option comes with the disadvantage that a user must contend both with Terraform's own parser and with the parser in whichever shell they've decided to use, and different shells on different platforms have different rules. Previously we've largely just assumed that folks know the appropriate syntax for the shell they chose, but it seems that command lines involving spaces and other special characters arise rarely enough in other commands that Terraform is often the first time someone needs to learn the appropriate syntax for their shell. We can't possibly capture all of the details of all shells in our docs, because that's far outside of our own scope, but hopefully this new section will go some way to give some real examples that will help folks figure out how to write suitable escape sequences, if they choose to set complex variable values on the command line rather than in .tfvars as we recommend elsewhere on this page.
-
- 21 Jun, 2021 3 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Backport of Upgrade cty to v1.8.4 into v1.0
-
Alisdair McDiarmid authored
-
- 18 Jun, 2021 8 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Backport of recent JSON output changes
-
Alisdair McDiarmid authored
Previously, if any resources were found to have drifted, the JSON plan output would include a drift entry for every resource in state. This commit aligns the JSON plan output with the CLI UI, and only includes those resources where the old value does not equal the new value---i.e. drift has been detected. Also fixes a bug where the "address" field was missing from the drift output, and adds some test coverage.
-
Kristin Laemmert authored
The "references" included in the expression representation now properly unwrap for each traversal step, to match what was documented.
-
Kristin Laemmert authored
* jsonplan and jsonstate: include sensitive_values in state representations A sensitive_values field has been added to the resource in state and planned values which is a map of all sensitive attributes with the values set to true. It wasn't entirely clear to me if the values in state would suffice, or if we also need to consult the schema - I believe that this is sufficient for state files written since v0.15, and if that's incorrect or insufficient, I'll add in the provider schema check as well. I also updated the documentation, and, since we've considered this before, bumped the FormatVersions for both jsonstate and jsonplan.
-
James Bardin authored
-
James Bardin authored
Backport of blocktoattr fixup dropping MissingItemRange into v1.0
-
James Bardin authored
-
- 14 Jun, 2021 1 commit
-
-
James Bardin authored
Merge pull request #28954 from hashicorp/backport/jbardin/objchange-unknown-blocks/jointly-tough-lion Backport of handle unexpected changes to unknown block into v1.0
-
- 11 Jun, 2021 1 commit
-
-
James Bardin authored
-
- 10 Jun, 2021 2 commits
-
-
James Bardin authored
-
James Bardin authored
Merge pull request #28923 from hashicorp/backport/jbardin/noop-deposed-change/needlessly-concrete-bluejay Backport of account for noop deposed instances in json plan into v1.0
-
- 09 Jun, 2021 4 commits
-
-
James Bardin authored
-
Nick Fagerlund authored
-
CJ Horton authored
backport changes to refresh error message to v1.0
-
CJ Horton authored
-
- 08 Jun, 2021 8 commits
-
-
Martin Atkins authored
Seems like we lost a newline in some of the shuffling it took to get this into the live website, and so it's formatting oddly in the rendered website. This restores the intended formatting of this as the start of a bullet list, rather than as a continuation of the previous paragraph.
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Merge pull request #28897 from hashicorp/backport/alisdair/fix-remote-backend-multi-workspace-state-migration/seriously-bold-cub Backport of Fix remote backend multi workspace state migration into v1.0
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
Alisdair McDiarmid authored
-
Martin Atkins authored
-
Martin Atkins authored
-
- 03 Jun, 2021 1 commit
-
-
Kristin Laemmert authored
* tools: remove terraform-bundle. terraform-bundle is no longer supported in the main branch of terraform. Users can build terraform-bundle from terraform tagged v0.15 and older. * add a README pointing users to the v0.15 branch
-
- 02 Jun, 2021 6 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
-
Martin Atkins authored
-
Martin Atkins authored
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
- 27 May, 2021 2 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Merge pull request #28824 from hashicorp/backport/alisdair/fix-stuck-lock-when-applying-state-plan/enormously-refined-sheepdog Backport of backend/local: Fix lock when applying stale plan into v0.15
-
- 26 May, 2021 1 commit
-
-
Alisdair McDiarmid authored
-