hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update dependency hashicorp/terraform to v1.9.3 #151

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform minor 1.8.2 -> 1.9.3

Release Notes

hashicorp/terraform (hashicorp/terraform) ### [`v1.9.3`](https://togithub.com/hashicorp/terraform/releases/tag/v1.9.3) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.9.2...v1.9.3) ##### 1.9.3 (July 24, 2024) ENHANCEMENTS: - Terraform now returns a more specific error message in the awkward situation where an input variable validation rule is known to have failed (`condition` returned `false`) but the error message is derived from an unknown value. ([#​35400](https://togithub.com/hashicorp/terraform/pull/35400)) BUG FIXES: - core: Terraform no longer performs an unnecessary refresh when removing an instance targeted by a `removed` block. ([#​35458](https://togithub.com/hashicorp/terraform/pull/35458)) - config generation: Fix validation error when using nested computed or deprecated attributes. ([#​35484](https://togithub.com/hashicorp/terraform/pull/35484)) - Updated to newer github.com/hashicorp/go-retryablehttp version, addressing CVE-2024-6104, and bringing in updates for several indirect dependencies. ([#​35473](https://togithub.com/hashicorp/terraform/pull/35473)) - Moved to building with Go 1.22.5, which addresses CVE-2024-24791 and several other non-security bugs. ([#​35494](https://togithub.com/hashicorp/terraform/pull/35494)) ### [`v1.9.2`](https://togithub.com/hashicorp/terraform/releases/tag/v1.9.2) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.9.1...v1.9.2) ##### 1.9.2 (July 10, 2024) BUG FIXES: - core: Fix panic when self-referencing direct instances from `count` and `for_each` meta attributes. ([#​35432](https://togithub.com/hashicorp/terraform/pull/35432)) ### [`v1.9.1`](https://togithub.com/hashicorp/terraform/releases/tag/v1.9.1) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.9.0...v1.9.1) ##### 1.9.1 (Unreleased) UPGRADE NOTES: - Library used by Terraform (hashicorp/go-getter) for installing/updating modules was upgraded from v1.7.5 to v1.7.6. This addresses [CVE-2024-6257](https://nvd.nist.gov/vuln/detail/CVE-2024-6257). This change may have a negative effect on performance of `terraform init` or `terraform get` in case of larger git repositories. Please do file an issue if you find the performance difference noticable. ([#​35376](https://togithub.com/hashicorp/terraform/pull/35376)) BUG FIXES: - `terraform test`: Removed additional erroneous error message when referencing attributes that don't exist. ([#​35408](https://togithub.com/hashicorp/terraform/pull/35408)) - `import` blocks: Fix crash that occurs when incorrectly referencing the `to` resource from the `id` attribute. ([#​35420](https://togithub.com/hashicorp/terraform/pull/35420)) ### [`v1.9.0`](https://togithub.com/hashicorp/terraform/compare/v1.8.5...v1.9.0) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.5...v1.9.0) ### [`v1.8.5`](https://togithub.com/hashicorp/terraform/releases/tag/v1.8.5) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.4...v1.8.5) #### 1.8.5 (June 5, 2024) BUG FIXES: - `terraform test`: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. ([#​35172](https://togithub.com/hashicorp/terraform/issues/35172)) ### [`v1.8.4`](https://togithub.com/hashicorp/terraform/releases/tag/v1.8.4) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.3...v1.8.4) #### 1.8.4 (May 22, 2024) BUG FIXES: - `core`: Fix exponential slowdown in some cases when modules are using `depends_on`. ([#​35157](https://togithub.com/hashicorp/terraform/issues/35157)) - `import` blocks: Fix bug where resources with nested, computed, and optional `id` attributes would fail to generate configuration. ([#​35220](https://togithub.com/hashicorp/terraform/issues/35220)) - Updated to new `golang.org/x/net` release, which addressed CVE-2023-45288 ([#​35165](https://togithub.com/hashicorp/terraform/issues/35165)) ### [`v1.8.3`](https://togithub.com/hashicorp/terraform/releases/tag/v1.8.3) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.2...v1.8.3) #### 1.8.3 (May 8, 2024) BUG FIXES: - `terraform test`: Providers configured within an overridden module could panic. ([#​35110](https://togithub.com/hashicorp/terraform/issues/35110)) - `core`: Fix crash when a provider incorrectly plans a nested object when the configuration is `null` ([#​35090](https://togithub.com/hashicorp/terraform/issues/35090))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

hmcts-jenkins-d-to-i[bot] commented 1 month ago

Plan Result (aat)

Plan: 1 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # module.alert-action-group.azurerm_resource_group_template_deployment.action-group will be updated in-place ~ resource "azurerm_resource_group_template_deployment" "action-group" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.Resources/deployments/DTSSE_Alert" name = "DTSSE_Alert" tags = {} ~ template_content = jsonencode( ~ { ~ outputs = { ~ actionGroupId = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } } ~ parameters = { ~ actionGroupName = { ~ type = "String" -> "string" } ~ emailReceiverAddress = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ emailReceiverName = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ location = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ shortName = { ~ type = "String" -> "string" } } # (3 unchanged attributes hidden) } ) # (6 unchanged attributes hidden) } # module.postgresql[0].terraform_data.trigger_password_reset will be created + resource "terraform_data" "trigger_password_reset" { + id = (known after apply) + input = "" + output = (known after apply) } Plan: 1 to add, 1 to change, 0 to destroy. ```
github-actions[bot] commented 1 month ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.9.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.