hashicorp/terraform (hashicorp/terraform)
### [`v1.8.2`](https://togithub.com/hashicorp/terraform/releases/tag/v1.8.2)
[Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.1...v1.8.2)
#### 1.8.2 (April 24, 2024)
BUG FIXES:
- `terraform apply`: Prevent panic when a provider erroneously provides unknown values. ([#35048](https://togithub.com/hashicorp/terraform/pull/35048))
- `terraform plan`: Replace panic with error message when self-referencing resources and data sources from the `count` and `for_each` meta attributes. ([#35047](https://togithub.com/hashicorp/terraform/pull/35047))
- `terraform test`: Restore `TF_ENV_*` variables being made available to testing modules. ([#35014](https://togithub.com/hashicorp/terraform/pull/35014))
- `terraform test`: Prevent crash when referencing local variables within overridden modules. ([#35030](https://togithub.com/hashicorp/terraform/pull/35030))
ENHANCEMENTS:
- Improved performance by removing unneeded additional computation for a disabled experimental feature. ([#35066](https://togithub.com/hashicorp/terraform/pull/35066))
OTHER CHANGES:
- Update all references to Terraform Cloud to refer to HCP Terraform, the service's new name. This only affects display text; the `cloud` block and environment variables like `TF_CLOUD_ORGANIZATION` remain unchanged. ([#35050](https://togithub.com/hashicorp/terraform/pull/35050))
NOTE:
Starting with this release, we are including a copy of our license file in all packaged versions of our releases, such as the release .zip files. If you are consuming these files directly and would prefer to extract the one terraform file instead of extracting everything, you need to add an extra argument specifying the file to extract, like this:
unzip terraform_1.8.2_linux_amd64.zip terraform
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.8.1
->1.8.2
Release Notes
hashicorp/terraform (hashicorp/terraform)
### [`v1.8.2`](https://togithub.com/hashicorp/terraform/releases/tag/v1.8.2) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.1...v1.8.2) #### 1.8.2 (April 24, 2024) BUG FIXES: - `terraform apply`: Prevent panic when a provider erroneously provides unknown values. ([#35048](https://togithub.com/hashicorp/terraform/pull/35048)) - `terraform plan`: Replace panic with error message when self-referencing resources and data sources from the `count` and `for_each` meta attributes. ([#35047](https://togithub.com/hashicorp/terraform/pull/35047)) - `terraform test`: Restore `TF_ENV_*` variables being made available to testing modules. ([#35014](https://togithub.com/hashicorp/terraform/pull/35014)) - `terraform test`: Prevent crash when referencing local variables within overridden modules. ([#35030](https://togithub.com/hashicorp/terraform/pull/35030)) ENHANCEMENTS: - Improved performance by removing unneeded additional computation for a disabled experimental feature. ([#35066](https://togithub.com/hashicorp/terraform/pull/35066)) OTHER CHANGES: - Update all references to Terraform Cloud to refer to HCP Terraform, the service's new name. This only affects display text; the `cloud` block and environment variables like `TF_CLOUD_ORGANIZATION` remain unchanged. ([#35050](https://togithub.com/hashicorp/terraform/pull/35050)) NOTE: Starting with this release, we are including a copy of our license file in all packaged versions of our releases, such as the release .zip files. If you are consuming these files directly and would prefer to extract the one terraform file instead of extracting everything, you need to add an extra argument specifying the file to extract, like this: unzip terraform_1.8.2_linux_amd64.zip terraformConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.