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.83.0 (#578)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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://github.com/hashicorp/terraform-provider-azurerm)) |
required_provider | minor | `~> 3.82.0` -> `~> 3.83.0` |

---

### Release Notes

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

###
[`v3.83.0`](https://github.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3830-November-30-2023)

[Compare
Source](https://github.com/hashicorp/terraform-provider-azurerm/compare/v3.82.0...v3.83.0)

UPGRADE NOTES

- Key Vaults are now loaded using [the `ListBySubscription` API within
the Key Vault Resource
Provider](https://learn.microsoft.com/en-us/rest/api/keyvault/keyvault/vaults/list-by-subscription?view=rest-keyvault-keyvault-2022-07-01\&tabs=HTTP)
rather than [the Resources
API](https://learn.microsoft.com/en-us/rest/api/keyvault/keyvault/vaults/list?view=rest-keyvault-keyvault-2022-07-01\&tabs=HTTP).
This change means that the Provider now caches the list of Key Vaults
available within a Subscription, rather than loading these piecemeal to
workaround stale data returned from the Resources API
([#&#8203;24019](https://github.com/hashicorp/terraform-provider-azurerm/issues/24019))

FEATURES:

- New Data Source: `azurerm_stack_hci_cluster`
([#&#8203;24032](https://github.com/hashicorp/terraform-provider-azurerm/issues/24032))

ENHANCEMENTS:

- dependencies: updating to `v0.20231129.1103252` of
`github.com/hashicorp/go-azure-sdk`
([#&#8203;24063](https://github.com/hashicorp/terraform-provider-azurerm/issues/24063))
- `automation`: updating to API Version `2023-11-01`
([#&#8203;24017](https://github.com/hashicorp/terraform-provider-azurerm/issues/24017))
- `keyvault`: the cache is now populated using the `ListBySubscription`
endpoint on the KeyVault Resource Provider rather than via the
`Resources` API
([#&#8203;24019](https://github.com/hashicorp/terraform-provider-azurerm/issues/24019)).
- `keyvault`: updating the cache to populate all Key Vaults available
within the Subscription to reduce the number of API calls
([#&#8203;24019](https://github.com/hashicorp/terraform-provider-azurerm/issues/24019))
- Data Source `azurerm_private_dns_zone`: refactoring to use the
`ListBySubscription` API rather than the Resources API when
`resource_group_name` is omitted
([#&#8203;24024](https://github.com/hashicorp/terraform-provider-azurerm/issues/24024))
- `azurerm_dashboard_grafana` - support for `grafana_major_version`
([#&#8203;24014](https://github.com/hashicorp/terraform-provider-azurerm/issues/24014))
- `azurerm_linux_web_app` - add support for dotnet 8
([#&#8203;23893](https://github.com/hashicorp/terraform-provider-azurerm/issues/23893))
- `azurerm_linux_web_app_slot` - add support for dotnet 8
([#&#8203;23893](https://github.com/hashicorp/terraform-provider-azurerm/issues/23893))
- `azurerm_media_transform` - deprecate `face_detector_preset` and
`video_analyzer_preset`
([#&#8203;24002](https://github.com/hashicorp/terraform-provider-azurerm/issues/24002))
- `azurerm_postgresql_database` - update the validation of `collation`
to include `Norwegian_Norway.1252`
([#&#8203;24070](https://github.com/hashicorp/terraform-provider-azurerm/issues/24070))
- `azurerm_postgresql_flexible_server` - updating to API Version
`2023-06-01-preview`
([#&#8203;24016](https://github.com/hashicorp/terraform-provider-azurerm/issues/24016))
- `azurerm_redis_cache` - support for the
`active_directory_authentication_enabled` property
([#&#8203;23976](https://github.com/hashicorp/terraform-provider-azurerm/issues/23976))
- `azurerm_windows_web_app` - add support for dotnet 8
([#&#8203;23893](https://github.com/hashicorp/terraform-provider-azurerm/issues/23893))
- `azurerm_windows_web_app_slot` - add support for dotnet 8
([#&#8203;23893](https://github.com/hashicorp/terraform-provider-azurerm/issues/23893))
- `azurerm_storage_account` - add `name` validation in custom diff
([#&#8203;23799](https://github.com/hashicorp/terraform-provider-azurerm/issues/23799))

BUG FIXES:

- authentication: fix a bug where auxiliary tenants were not correctly
authorized
([#&#8203;24063](https://github.com/hashicorp/terraform-provider-azurerm/issues/24063))
- `azurerm_app_configuration` - normalize location in `replica` block
([#&#8203;24074](https://github.com/hashicorp/terraform-provider-azurerm/issues/24074))
- `azurerm_cosmosdb_account` - cosmosdb version and capabilities can now
be updated at the same time
([#&#8203;24029](https://github.com/hashicorp/terraform-provider-azurerm/issues/24029))
- `azurerm_data_factory_flowlet_data_flow` - `source` and `sink`
properties are now optional
([#&#8203;23987](https://github.com/hashicorp/terraform-provider-azurerm/issues/23987))
- `azurerm_datadog_monitor_tag_rule` - correctly handle default rule
([#&#8203;22806](https://github.com/hashicorp/terraform-provider-azurerm/issues/22806))
- `azurerm_ip_group`: fixing a crash when `firewall_ids` and
`firewall_policy_ids` weren't parsed correctly from the API Response
([#&#8203;24031](https://github.com/hashicorp/terraform-provider-azurerm/issues/24031))
- `azurerm_nginx_deployment` - add default value of `20` for `capacity`
([#&#8203;24033](https://github.com/hashicorp/terraform-provider-azurerm/issues/24033))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 7ceff71 commit eb4876e
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.82.0"
version = "~> 3.83.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.82.0"
version = "~> 3.83.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.82.0"
version = "~> 3.83.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down

0 comments on commit eb4876e

Please sign in to comment.