Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): update terraform azurerm to ~> 3.93.0 (#632)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [azurerm](https://registry.terraform.io/providers/hashicorp/azurerm)
([source](https://togithub.com/hashicorp/terraform-provider-azurerm)) |
required_provider | minor | `~> 3.92.0` -> `~> 3.93.0` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-azurerm (azurerm)</summary>

###
[`v3.93.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3930-February-22-2024)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.92.0...v3.93.0)

- **New Data Source**: `azurerm_express_route_circuit_peering`
([#&#8203;24971](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24971))
- **New Data Source**: `azurerm_storage_table_entities`
([#&#8203;24973](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24973))
- **New Resource**: `azurerm_dev_center_catalog`
([#&#8203;24833](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24833))
- **New Resource**:
`azurerm_system_center_virtual_machine_manager_server`
([#&#8203;24278](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24278))

BUG FIXES:

- `azurerm_key_vault` - conditionally polling the Data Plane endpoint
when `public_network_access_enabled` is set to false
([#&#8203;23823](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23823))
- `azurerm_storage_account` - allow the `identity.type` property to be
`SystemAssigned, UserAssigned` when using a Customer Managed Key
([#&#8203;24923](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24923))
- `azurerm_automation_account` - prevent the `identity.identity_ids`
User Assigned identity being set when not specified in config
([#&#8203;24977](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24977))

ENHANCEMENTS:

- dependencies: updating to `v0.20240221.1170458` of
`hashicorp/go-azure-sdk`
([#&#8203;24967](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24967))
- dependencies: refactor `azurerm_spring_cloud_configuration_service` to
use `go-azure-sdk`
([#&#8203;24918](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24918))
- provider: support or the feature flag
`virtual_machine_scale_set.reimage_on_manual_upgrade`
([#&#8203;22975](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/22975))
- `sentinel`: updating to use the transport layer from
`hashicorp/go-azure-sdk` rather than `Azure/go-autorest`
([#&#8203;24962](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24962))
- `sqlvirtualmachines`: updating to use the transport layer from
`hashicorp/go-azure-sdk` rather than `Azure/go-autorest`
([#&#8203;24912](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24912))
- `nginx` : updating to use `2024-01-01-preview`
([#&#8203;24868](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24868))
- `azurerm_cosmosdb_account` - support for the `backup.tier` property
([#&#8203;24595](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24595))
- `azurerm_linux_virtual_machine` - the `virtual_machine_scale_set_id`
proeprty can now be changed without creating a new resource
([#&#8203;24768](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24768))
- `azurerm_machine_learning_workspace` - support for the
`managed_network.isolation_mode` property
([#&#8203;24951](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24951))
- `azurerm_private_dns_resolver_inbound_endpoint` - support the `static`
value for the `private_ip_allocation_method` property
([#&#8203;24952](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24952))
- `azurerm_postgresql_flexible_server` - expose the `storage_tier` field
([#&#8203;24892](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24892))
- `azurerm_redis_cache` - support for the
`preferred_data_persistence_auth_method` property
([#&#8203;24370](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24370))
- `azurerm_servicebus_namespace` - support for the
`premium_messaging_partitions` property
([#&#8203;24676](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24676))
- `azurerm_windows_virtual_machine` - the `virtual_machine_scale_set_id`
proeprty can now be changed without creating a new resource
([#&#8203;24768](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24768))

BUG FIXES:

- `azurerm_cognitive_deployment` - the `version_upgrade_option` property
can not be updated without creating a new resource
([#&#8203;24922](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24922))
- `azurerm_data_protection_backup_vault` - support or the `soft_delete`
and `retention_duration_in_days` properties
([#&#8203;24775](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24775))
- `azurerm_data_factory_pipeline` - correctly handle incorrect header
values
([#&#8203;24921](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24921))
- `azurerm_kusto_cluster` - `optimized_auto_scale` is now updated after
`sku` has been updated
([#&#8203;24906](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24906))
- `azurerm_key_vault_certificate` - will now only update the
`lifetime_action` of the certificate block unless otherwise required
([#&#8203;24755](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24755))
- `azurerm_linux_virtual_machine_scale_set` - correctly include
`public_ip_prefix_id` during updates
([#&#8203;24939](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24939))
- `azurerm_postgresql_flexible_server` - the
`customer_managed_key.key_vault_key_id` property is now required
([#&#8203;24981](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24981))
- `azurerm_nginx_deployment` - changing the `sku` property now creates a
new resource
([#&#8203;24905](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24905))
- `azurerm_orchestrated_virtual_machine_scale_set` - the `disk_size_gb`
and `lun` parameters of `data_disks` are optional now
([#&#8203;24944](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24944))
- `azurerm_storage_account` - change order of API calls to be
GET-then-PUT ratehr then PATCHES
([#&#8203;23935](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23935))
- `azurerm_storage_account` - improve the validation around the
`immutability_policy` being used with `blob_properties`
([#&#8203;24938](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24938))
- `azurerm_security_center_setting` - prevent a bug when name is
`SENTINEL`
([#&#8203;24497](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24497))
- `azurerm_windows_virtual_machine_scale_set` - correctly include
`public_ip_prefix_id` during updates
([#&#8203;24939](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24939))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent ba208b9 commit 5a43349
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
48 changes: 24 additions & 24 deletions infra/global/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/global/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.92.0"
version = "~> 3.93.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
48 changes: 24 additions & 24 deletions infra/production/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/production/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.92.0"
version = "~> 3.93.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
48 changes: 24 additions & 24 deletions infra/staging/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/staging/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.92.0"
version = "~> 3.93.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down

0 comments on commit 5a43349

Please sign in to comment.