-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Comparing changes
Open a pull request
base repository: hashicorp/terraform
base: v1.0.0
head repository: hashicorp/terraform
compare: v1.0.1
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29fbaa6 - Browse repository at this point
Copy the full SHA 29fbaa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e036c5a - Browse repository at this point
Copy the full SHA e036c5aView commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b21a980 - Browse repository at this point
Copy the full SHA b21a980View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ae2cad4 - Browse repository at this point
Copy the full SHA ae2cad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0536c9 - Browse repository at this point
Copy the full SHA a0536c9View commit details -
website: Fix formatting of v1 compatibility promises
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.
Configuration menu - View commit details
-
Copy full SHA for 1b0e811 - Browse repository at this point
Copy the full SHA 1b0e811View commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6e00aac - Browse repository at this point
Copy the full SHA 6e00aacView commit details -
Merge pull request #28907 from hashicorp/radditude/backport-refresh-e…
…rror-message backport changes to refresh error message to v1.0
Configuration menu - View commit details
-
Copy full SHA for 8fcb116 - Browse repository at this point
Copy the full SHA 8fcb116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9e38b - Browse repository at this point
Copy the full SHA 1a9e38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a472f - Browse repository at this point
Copy the full SHA 74a472fView commit details
Commits on Jun 10, 2021
-
Merge pull request #28923 from hashicorp/backport/jbardin/noop-depose…
…d-change/needlessly-concrete-bluejay Backport of account for noop deposed instances in json plan into v1.0
Configuration menu - View commit details
-
Copy full SHA for ac563ef - Browse repository at this point
Copy the full SHA ac563efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e3160 - Browse repository at this point
Copy the full SHA 71e3160View commit details
Commits on Jun 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 181cb8b - Browse repository at this point
Copy the full SHA 181cb8bView commit details
Commits on Jun 14, 2021
-
Merge pull request #28954 from hashicorp/backport/jbardin/objchange-u…
…nknown-blocks/jointly-tough-lion Backport of handle unexpected changes to unknown block into v1.0
Configuration menu - View commit details
-
Copy full SHA for e500ef8 - Browse repository at this point
Copy the full SHA e500ef8View commit details
Commits on Jun 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b8bdf47 - Browse repository at this point
Copy the full SHA b8bdf47View commit details -
Merge pull request #28981 from hashicorp/backport/jbardin/fixup-body-…
…context/plainly-frank-treefrog Backport of blocktoattr fixup dropping MissingItemRange into v1.0
Configuration menu - View commit details
-
Copy full SHA for 92d23ab - Browse repository at this point
Copy the full SHA 92d23abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a3968d - Browse repository at this point
Copy the full SHA 0a3968dView commit details -
jsonplan and jsonstate: include sensitive_values in state representat…
…ions (#28889) * 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.
Configuration menu - View commit details
-
Copy full SHA for 80bd093 - Browse repository at this point
Copy the full SHA 80bd093View commit details -
jsonconfig: properly unwind and enumerate references (#28884)
The "references" included in the expression representation now properly unwrap for each traversal step, to match what was documented.
Configuration menu - View commit details
-
Copy full SHA for 95df102 - Browse repository at this point
Copy the full SHA 95df102View commit details -
json-output: Omit unchanged resource_drift entries
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.
Configuration menu - View commit details
-
Copy full SHA for ef7a4e3 - Browse repository at this point
Copy the full SHA ef7a4e3View commit details -
Merge pull request #28982 from hashicorp/backport/alisdair/jsonplan-d…
…rift/unlikely-hopeful-falcon Backport of recent JSON output changes
Configuration menu - View commit details
-
Copy full SHA for d998ab3 - Browse repository at this point
Copy the full SHA d998ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f6788 - Browse repository at this point
Copy the full SHA 32f6788View commit details
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 51d8439 - Browse repository at this point
Copy the full SHA 51d8439View commit details -
Merge pull request #28995 from hashicorp/backport/alisdair/cty-1.8.4/…
…typically-vast-drum Backport of Upgrade cty to v1.8.4 into v1.0
Configuration menu - View commit details
-
Copy full SHA for 71517fb - Browse repository at this point
Copy the full SHA 71517fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7901939 - Browse repository at this point
Copy the full SHA 7901939View commit details
Commits on Jun 22, 2021
-
website: Explicit examples of -var escaping in various shells
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.
Configuration menu - View commit details
-
Copy full SHA for c1c3639 - Browse repository at this point
Copy the full SHA c1c3639View commit details
Commits on Jun 24, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 8c5fcf1 - Browse repository at this point
Copy the full SHA 8c5fcf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d80eb5 - Browse repository at this point
Copy the full SHA 5d80eb5View commit details
There are no files selected for viewing