hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update dependency hashicorp/terraform to v1.7.2 #113

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform patch 1.7.1 -> 1.7.2

Release Notes

hashicorp/terraform (hashicorp/terraform) ### [`v1.7.2`](https://togithub.com/hashicorp/terraform/releases/tag/v1.7.2) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.7.1...v1.7.2) #### 1.7.2 (January 31, 2024) BUG FIXES: - backend/s3: No longer returns error when IAM user or role does not have access to the default workspace prefix `env:`. ([#​34511](https://togithub.com/hashicorp/terraform/pull/34511)) - cloud: When triggering a run, the .terraform/modules directory was being excluded from the configuration upload causing Terraform Cloud to try (and sometimes fail) to re-download the modules. ([#​34543](https://togithub.com/hashicorp/terraform/issues/34543)) ENHANCEMENTS: - `terraform fmt`: Terraform mock data files (`.tfmock.hcl`) will now be included when executing the format command. ([#​34580](https://togithub.com/hashicorp/terraform/issues/34580)) - Add additional diagnostics when a generated provider block that fails schema validation requires explicit configuration. ([#​34595](https://togithub.com/hashicorp/terraform/issues/34595))

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 7 months ago

Plan Result

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" + filter { + dimension { + name = "ResourceId" + operator = "In" + values = [ + "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.Dashboard/grafana/dtsse-grafana-aat", ] } } + 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) } ) # (4 unchanged attributes hidden) } Plan: 1 to add, 1 to change, 0 to destroy. ```