Commit 9a2b5ceb authored by James Bardin's avatar James Bardin
Browse files

update CHANGELOG.md

parent c4e223c7
liamcervante/structured-run-output add-cont-valid-callout b-check-output-multi-expand b-check-resource-multi-expand b-flatten-panic b-yamldecode-emptydoc-null backport/add-cont-valid-callout/luckily-golden-wildcat backport/alisdair/pre-convert-optional-defaults/virtually-able-mouse backport/b-check-resource-multi-expand/extremely-key-sheep backport/clarify-backend-state-storage/ultimately-causal-ladybird backport/doc-s3-fix/utterly-close-rabbit backport/docs-for-each-list-toset/basically-still-zebra backport/docs/unknwon-value/completely-musical-lionfish backport/f-build-go1.19.3/largely-peaceful-grouper backport/fix-backends-link/vertically-noble-hornet backport/fix-internals-overview/globally-allowed-kid backport/fix-links-devdot/strictly-notable-sparrow backport/kevin/rewrite-internal-redirects/quietly-helped-pelican backport/mg_no_code_prov_followup/marginally-relevant-eagle backport/mktg-tf-76ef54dc3c574e032725e0341be8e1d2/friendly-evident-grouse backport/optional-type-attributes-note/inherently-dear-goat backport/patch-1/nationally-working-kite backport/patch-1/noticeably-comic-manatee backport/patch-1/vaguely-deciding-beagle backport/patch-1/virtually-more-rhino backport/patch-1/wholly-verified-racer backport/patch-1/willingly-usable-husky backport/patch-2/finally-amazed-catfish backport/patch-2/openly-clean-tick backport/remove-provisioners/readily-correct-ferret backport/startsswith-to-startswith/highly-gorgeous-katydid backport/workspaces-confusion-fixes/secondly-huge-titmouse brandonc/changelog_nested_sensitive brandonc/changelog_sensitive_diff_fixes brandonc/nested_attr_sensitive brandonc/providers-estimate build-workflow-dev/liamcervante/equivalence-test-action bump-gcp-storage-dependency bump-gcp-storage-dependency-2 dev-portal-updates-docs dividers-devdot-fixes doc-unicode-hcl doc-yamlencode-stable f-build-go1.19.3 f-cli-hide-fast-refresh f-cmd-web f-dynamic-provider-assignment f-jsonstate-2 f-output-value-types f-partial-plan-on-error f-persistent-checks-old fix-dividers-for-devdot fix-future-facing-language fix-future-lang-2 fix-internals-overview fix-links-devdot gcs-backend-add-kms gcs-backend-add-private-connect-support gcs-refactor-credential-handling jbardin/1.3-destroy-perf jbardin/data-source-destroy-edges jbardin/output-perf jbardin/plan-orphan-deleted jbardin/remove-deprecated-backends jbardin/resolved-provided-by v1.4.0-alpha20221109 v1.3.5 v1.3.4 v1.3.3 v1.3.2 v1.3.1 v1.3.0 v1.3.0-rc1 v1.3.0-beta1 v1.3.0-alpha20220817
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -21,6 +21,7 @@ NEW FEATURES:
UPGRADE NOTES:
* `terraform show -json`: Output changes now include more detail about the unknown-ness of the planned value. Previously, a planned output would be marked as either fully known or partially unknown, with the `after_unknown` field having value `false` or `true` respectively. Now outputs correctly expose the full structure of unknownness for complex values, allowing consumers of the JSON output format to determine which values in a collection are known only after apply.
* `terraform import`: The `-allow-missing-config` has been removed, and at least an empty configuration block must exist to import a resource.
Consumers of the JSON output format expecting on the `after_unknown` field to be only `false` or `true` should be updated to support [the change representation](https://www.terraform.io/internals/json-format#change-representation) described in the documentation, and as was already used for resource changes. ([#31235](https://github.com/hashicorp/terraform/issues/31235))
......@@ -42,6 +43,7 @@ BUG FIXES:
* getproviders: account for occasionally missing Host header in errors ([#31542](https://github.com/hashicorp/terraform/issues/31542))
* core: Do not create "delete" changes for nonexistent outputs ([#31471](https://github.com/hashicorp/terraform/issues/31471))
* configload: validate implied provider names in submodules to avoid crash ([#31573](https://github.com/hashicorp/terraform/issues/31573))
* core: `import` fails when resources or modules are expanded with for each, or input from data sources is required [GH-31283]
EXPERIMENTS:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment