mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04:00
* Prepare main branch for post-v1.14 development * Update pull_request_template.md to reflect how main == v1.15 now
55 lines
1.4 KiB
Markdown
55 lines
1.4 KiB
Markdown
<!--
|
|
|
|
Describe in detail the changes you are proposing, and the rationale.
|
|
|
|
See the contributing guide:
|
|
|
|
https://github.com/hashicorp/terraform/blob/main/.github/CONTRIBUTING.md
|
|
|
|
-->
|
|
|
|
<!--
|
|
|
|
Link all GitHub issues fixed by this PR, and add references to prior
|
|
related PRs.
|
|
|
|
-->
|
|
|
|
Fixes #
|
|
|
|
## 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.
|
|
|
|
If targeting the next patch release, also add the relevant x.y-backport
|
|
label to enable the backport bot.
|
|
|
|
-->
|
|
|
|
1.15.x
|
|
|
|
<!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 -->
|
|
## Rollback Plan
|
|
|
|
- [ ] If a change needs to be reverted, we will roll out an update to the code within 7 days.
|
|
|
|
## Changes to Security Controls
|
|
|
|
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
|
|
|
|
## CHANGELOG entry
|
|
|
|
<!--
|
|
|
|
If your change is user-facing, add a short description in a changelog entry.
|
|
You can use `npx changie new` to create a new changelog entry or manually create a new file in the .changes/unreleasd directory (or .changes/backported if it's a bug fix that should be backported).
|
|
|
|
-->
|
|
|
|
- [ ] This change is user-facing and I added a changelog entry.
|
|
- [ ] This change is not user-facing.
|