mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-28 05:00:26 -04:00
55 lines
1.3 KiB
Markdown
55 lines
1.3 KiB
Markdown
<!--
|
|
|
|
Describe in detail the changes you are proposing, and the rationale.
|
|
|
|
See the contributing guide:
|
|
|
|
https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md
|
|
|
|
-->
|
|
|
|
<!--
|
|
|
|
Link all GitHub issues fixed by this PR, and add references to prior related PRs.
|
|
Make sure to first open an issue, get community approval and only then create Pull Request to resolve it.
|
|
All Pull Requests must have an issue attached to them
|
|
|
|
-->
|
|
|
|
Resolves #
|
|
|
|
## Target Release
|
|
|
|
<!--
|
|
|
|
In normal circumstances we only target changes at the upcoming minor
|
|
release, or as a patch to the current minor version. If you need to
|
|
port a security fix to an older release, highlight this here by listing
|
|
all targeted releases.
|
|
|
|
-->
|
|
|
|
1.6.0
|
|
|
|
## Draft CHANGELOG entry
|
|
|
|
<!--
|
|
|
|
Choose a category, delete the others:
|
|
|
|
-->
|
|
|
|
### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS
|
|
|
|
<!--
|
|
|
|
Write a short description of the user-facing change. Examples:
|
|
|
|
- `tofu show -json`: Fixed crash with sensitive set values.
|
|
- When rendering a diff, OpenTofu now quotes the name of any object attribute whose string representation is not a valid identifier.
|
|
- The local token configuration in the cloud and remote backend now has higher priority than a token specified in a credentials block in the CLI configuration.
|
|
|
|
-->
|
|
|
|
-
|