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

Commit

Permalink
Update Terraform azurerm to ~> 3.59.0 (#448)
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.58.0` -> `~> 3.59.0` |

---

### Release Notes

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

###
[`v3.59.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#&#8203;3590-June-01-2023)

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

FEATURES:

- **New Data Source:** `azurerm_arc_machine`
([#&#8203;21796](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21796))
- **New Resource:** `azurerm_automanage_configuration`
([#&#8203;21490](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21490))

ENHANCEMENTS:

- dependencies: updating to `v0.20230523.1140858` of
`github.com/hashicorp/go-azure-sdk`
([#&#8203;21910](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21910))
- dependencies: `azurem_monitor_action_group` - upgrading
`actiongroupsapis` from `2021-09-01` to `2023-01-01`
([#&#8203;21948](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21948))
- dependencies: `policy.guestconfigurationassignments`: migrate to
`hashicorp/go-azure-sdk`
([#&#8203;21927](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21927))
- dependencies: `azurerm_monitor_autoscale_setting` upgrade API version
from to `2023-05-01-preview`
([#&#8203;21953](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21953))
- `data.azurerm_linux_web_app` - now exports the `availability` and
`usage` attributes
([#&#8203;21945](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21945))
- `data.azurerm_linux_function_app` - now exports the `availability` and
`usage` attributes
([#&#8203;21945](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21945))
- `data.azurerm_cdn_frontdoor_secret` - now exports the
`expiration_date` attribute
([#&#8203;21945](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21945))
- `data.azurerm_virtual_machine` - now exports the `power_state`
([#&#8203;21945](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21945))
- `data.azurerm_virtual_machine_scale_set` - now exports the
`power_state` attribute
([#&#8203;21945](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21945))
- `data.azurerm_azurerm_resources` - now exports the
`resource_group_name` attribute for each resource
([#&#8203;21676](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21676))
- `security.watchitems` - updating to use `hashicorp/go-azure-sdk`
([#&#8203;21944](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21944))
- `azurerm_cosmosdb_account` - support new capabilities for `MongoDB`
([#&#8203;21974](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21974))
- `azurerm_kubernetes_cluster` - the properties
`enable_host_encryption`, `enable_node_public_ip`, `kubelet_config`,
`linux_os_config`, `max_pods`, `node_taints`,
`only_critical_addons_enabled`, `os_disk_size_gb`, `os_disk_type`,
`os_sku`, `pod_subnet_id`, `ultra_ssd_enabled`, `vnet_subnet_id` and
`zones` are now updateable through cycling of the system node pool
([#&#8203;21719](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21719))
- `azurerm_machine_learning_compute_cluster` - add support for the
`node_public_ip_enabled` property
([#&#8203;21377](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21377))
- `azurerm_nginx_certificate` - `key_vault_secret_id` now accepts
version-less key vault secret ids
([#&#8203;21949](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21949))
- `azurerm_postgresql_flexible_server` - add support for `version` value
`15`
([#&#8203;21934](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21934))
- `azurerm_shared_image_version` - now exports the `id` property
([#&#8203;22006](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/22006))
- `azurerm_spring_cloud_certificate` - support for the
`exclude_private_key` property
([#&#8203;21942](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21942))
- `azurerm_spring_cloud_customized_accelerator` - support for the
`ca_certificate_id` property
([#&#8203;21943](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21943))

BUG FIXES:

- `azurerm_app_configuration` - prevent errors when deleting by checking
that the name of the app configuration store has been released
([#&#8203;21750](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21750))
- `azurerm_express_route_port_authorization` - add a lock when
create/update/delete authorization of express route port
([#&#8203;21959](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21959))
- `azurerm_kubernetes_cluster` - recompute the field `oidc_issuer_url`
if the value of `oidc_issuer_enabled` has changed
([#&#8203;21911](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21911))
- `azurerm_kubernetes_cluster` - set correct value for
`default_node_pool.os_sku` when resizing the `default_node_pool`
([#&#8203;21976](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21976))
- `azurerm_postgresql_flexible_server` - fix issue updating `storage_mb`
and `backup_retention_days` together
([#&#8203;21987](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/21987))

</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://app.renovatebot.com/dashboard#github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 3, 2023
1 parent 4cff859 commit 0c31660
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
26 changes: 13 additions & 13 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.58.0"
version = "~> 3.59.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
26 changes: 13 additions & 13 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.58.0"
version = "~> 3.59.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
26 changes: 13 additions & 13 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.58.0"
version = "~> 3.59.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down

0 comments on commit 0c31660

Please sign in to comment.