hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update dependency hashicorp/terraform to v1.9.0 #137

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform minor 1.8.2 -> 1.9.0

Release Notes

hashicorp/terraform (hashicorp/terraform) ### [`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 has been generated by Mend Renovate. View repository job log here.

hmcts-jenkins-d-to-i[bot] commented 2 months ago

Plan Result (aat)

Plan: 1 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # azurerm_consumption_budget_resource_group.grafana-budget-alert[0] will be created + resource "azurerm_consumption_budget_resource_group" "grafana-budget-alert" { + amount = 500 + etag = (known after apply) + id = (known after apply) + name = "grafana-budget-alert" + resource_group_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat" + time_grain = "Monthly" + notification { + contact_emails = [] + contact_groups = [ + "DTSSE Alert (aat)", ] + contact_roles = [] + enabled = true + operator = "GreaterThanOrEqualTo" + threshold = 90 + threshold_type = "Forecasted" } + time_period { + end_date = (known after apply) + start_date = "2023-09-01T00:00:00Z" } } # 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( ~ { ~ 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) } Plan: 1 to add, 1 to change, 0 to destroy. ```
renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 2 months 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.