hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update dependency hashicorp/terraform to v1.4.1 #22

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform patch 1.4.0 -> 1.4.1

Release Notes

hashicorp/terraform ### [`v1.4.1`](https://togithub.com/hashicorp/terraform/releases/tag/v1.4.1) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.4.0...v1.4.1) ##### 1.4.1 (March 15, 2023) BUG FIXES: - Enables overriding modules that have the `depends_on` attribute set, while still preventing the `depends_on` attribute itself from being overridden. ([#​32796](https://togithub.com/hashicorp/terraform/issues/32796)) - `terraform providers mirror`: when a dependency lock file is present, mirror the resolved providers versions, not the latest available based on configuration. ([#​32749](https://togithub.com/hashicorp/terraform/issues/32749)) - Fixed module downloads from S3 URLs when using AWS IAM roles for service accounts (IRSA). ([#​32700](https://togithub.com/hashicorp/terraform/issues/32700)) - hcl: Fix a crash in Terraform when attempting to apply defaults into an incompatible type. ([#​32775](https://togithub.com/hashicorp/terraform/issues/32775)) - Prevent panic when creating a plan which errors before the planning process has begun. ([#​32818](https://togithub.com/hashicorp/terraform/issues/32818)) - Fix the plan renderer skipping the "no changes" messages when there are no-op outputs within the plan. ([#​32820](https://togithub.com/hashicorp/terraform/issues/32820)) - Prevent panic when rendering null nested primitive values in a state output. ([#​32840](https://togithub.com/hashicorp/terraform/issues/32840)) - Warn when an invalid path is specified in `TF_CLI_CONFIG_FILE` ([#​32846](https://togithub.com/hashicorp/terraform/issues/32846))

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.



This PR has been generated by Mend Renovate. View repository job log here.

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

Plan Result

Plan: 0 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # module.key-vault.azurerm_monitor_diagnostic_setting.kv-ds will be updated in-place ~ resource "azurerm_monitor_diagnostic_setting" "kv-ds" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.KeyVault/vaults/dtsse-aat|dtsse-aat" name = "dtsse-aat" # (2 unchanged attributes hidden) - log { - category = "AuditEvent" -> null - enabled = true -> null - retention_policy { - days = 14 -> null - enabled = true -> null } } - log { - category = "AzurePolicyEvaluationDetails" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } + log { + category = "AuditEvent" + enabled = true + retention_policy { + days = 14 + enabled = true } } - metric { - category = "AllMetrics" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } # (1 unchanged block hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```