-
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.4
head repository: hashicorp/terraform
compare: v1.0.5
- 20 commits
- 15 files changed
- 3 contributors
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d909f88 - Browse repository at this point
Copy the full SHA d909f88View commit details
Commits on Aug 6, 2021
-
json-output: Add output changes to plan logs
Extend the outputs JSON log message to support an `action` field (and make the `type` and `value` fields optional). This allows us to emit a useful output change summary as part of the plan, bringing the JSON log output into parity with the text output. While we do have access to the before/after values in the output changes, attempting to wedge those into a structured log message is not appropriate. That level of detail can be extracted from the JSON plan output from `terraform show -json`.
Configuration menu - View commit details
-
Copy full SHA for cf4c6de - Browse repository at this point
Copy the full SHA cf4c6deView commit details -
Merge pull request #29317 from hashicorp/backport/alisdair/json-outpu…
…t-planned-output-change/usefully-tidy-whippet Backport of json-output: Add output changes to plan logs into v1.0
Configuration menu - View commit details
-
Copy full SHA for 24c10ec - Browse repository at this point
Copy the full SHA 24c10ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38f384 - Browse repository at this point
Copy the full SHA a38f384View commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe8ce7c - Browse repository at this point
Copy the full SHA fe8ce7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b07048 - Browse repository at this point
Copy the full SHA 0b07048View commit details
Commits on Aug 17, 2021
-
Merge pull request #29400 from hashicorp/backport/jbardin/diff-nested…
…-attrs/incredibly-trusted-goldfish Backport of Empty nested attribute handling in diffs into v1.0
Configuration menu - View commit details
-
Copy full SHA for 486d39e - Browse repository at this point
Copy the full SHA 486d39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd25b77 - Browse repository at this point
Copy the full SHA fd25b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3686d6 - Browse repository at this point
Copy the full SHA a3686d6View commit details -
Merge pull request #29405 from hashicorp/jbardin/backport-29397
unmark object ID or Name for formatting
Configuration menu - View commit details
-
Copy full SHA for adf71ef - Browse repository at this point
Copy the full SHA adf71efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282b2bd - Browse repository at this point
Copy the full SHA 282b2bdView commit details
Commits on Aug 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1069348 - Browse repository at this point
Copy the full SHA 1069348View commit details -
Merge pull request #29408 from hashicorp/backport/jbardin/update-cty/…
…kindly-unbiased-yak Backport of update github.com/zclconf/go-cty@v1.9.1 into v1.0
Configuration menu - View commit details
-
Copy full SHA for a931900 - Browse repository at this point
Copy the full SHA a931900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3e20e - Browse repository at this point
Copy the full SHA 5f3e20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bde8e1 - Browse repository at this point
Copy the full SHA 1bde8e1View commit details -
Merge pull request #29412 from hashicorp/backport/jbardin/plan-nestin…
…g-single/neatly-coherent-cod Backport of handle null NestingSingle values into v1.0
Configuration menu - View commit details
-
Copy full SHA for 04c2c8d - Browse repository at this point
Copy the full SHA 04c2c8dView commit details -
handle null and unknown values in attr diffs
The code adopted from block diffs was not set to handle null and unknown values, as those are not allowed for blocks. We also revert the change to formatting nested object types as single attributes, because the attribute formatter cannot handle sensitive values from the schema. This presents some awkward syntax for diffs for now, but should suffice until the entire formatter can be refactored to better handle these new nested types.
Configuration menu - View commit details
-
Copy full SHA for 81fca75 - Browse repository at this point
Copy the full SHA 81fca75View commit details -
Merge pull request #29414 from hashicorp/jbardin/backport-29410
handle null and unknown values in attr diffs
Configuration menu - View commit details
-
Copy full SHA for 3d8aafd - Browse repository at this point
Copy the full SHA 3d8aafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff686c5 - Browse repository at this point
Copy the full SHA ff686c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc7ee1 - Browse repository at this point
Copy the full SHA 1fc7ee1View commit details
There are no files selected for viewing