[PR #17] [CLOSED] chore(deps): update hashicorp/azurerm requirement from ~> 4.77 to ~> 5.0 in /templates/terraform #18

Closed
opened 2026-08-09 19:08:29 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Team-Rockstars-AI/opencode-agentic-platform-engineering/pull/17
Author: @dependabot[bot]
Created: 8/3/2026
Status: Closed

Base: mainHead: dependabot/terraform/templates/terraform/hashicorp/azurerm-tw-5.0


📝 Commits (1)

  • fa1e9c4 chore(deps): update hashicorp/azurerm requirement from ~> 4.77 to ~> 5.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 templates/terraform/providers.tf (+1 -1)

📄 Description

Updates the requirements on hashicorp/azurerm to permit the latest version.

Release notes

Sourced from hashicorp/azurerm's releases.

v5.0.1

5.0.1 (July 30, 2026)

NOTES:

In addition to the bug fixes below, a number of resource documentation pages and the 5.0-upgrade-guide have been updated.

BUG FIXES:

  • azurerm_cdn_frontdoor_origin - fix a regression that prevented valid values as input to private_link.private_link_target_id (#32912)
  • azurerm_storage_queue - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#32914)
  • azurerm_storage_table_entity - add a state migration for the storage_table_id field, fixing the upgrade path from 4.x to 5.x (#32929)
Changelog

Sourced from hashicorp/azurerm's changelog.

5.0.1 (July 30, 2026)

NOTES:

In addition to the bug fixes below, a number of resource documentation pages and the 5.0-upgrade-guide have been updated.

BUG FIXES:

  • azurerm_cdn_frontdoor_origin - fix a regression that prevented valid values as input to private_link.private_link_target_id (#32912)
  • azurerm_storage_queue - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x (#32914)
  • azurerm_storage_table_entity - add a state migration for the storage_table_id field, fixing the upgrade path from 4.x to 5.x (#32929)

5.0.0 (July 27, 2026)

NOTES:

  • Major Version: Version 5.0 of the Azure Provider is a major version - some behaviours have changed and some deprecated fields/resources have been removed - please refer to the 5.0 upgrade guide for more information.
  • When upgrading to v5.0 of the AzureRM Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here).

FEATURES:

  • New Action: azurerm_web_app_set_slot_distribution (#32364)
  • New Datasource adds azurerm_kubernetes_automatic_cluster_datasource (#32881)

ENHANCEMENTS:

  • dependencies: grpc update to 1.82.1 (#32852)
  • dependencies: loadbalancers - update to API version 2025-01-01 (#32644)
  • azurerm_cognitive_account_rai_policy - the content_filter.severity_threshold property is now optional (#32100)
  • azurerm_container_registry - the trust_policy_enabled property has been deprecated and removed from the provider (#32752)
  • azurerm_dashboard_grafana - the 11 value for the grafana_major_version property has been deprecated and the property now supports 13 (#32777)
  • azurerm_log_analytics_workspace - add support for the internet_ingestion_access_type and internet_query_access_type properties (#32562)
  • azurerm_subnet - add support for the network_security_group_id_wo and network_security_group_id_wo_version properties (#32847)
  • azurerm_subnet - add support for the route_table_id_wo and route_table_id_wo_version properties (#32847)
  • azurerm_subnet - export the network_security_group_id property (#32847)
  • azurerm_subnet - export the route_table_id property (#32847)
  • azurerm_windows_web_app - add support for ~24 to site_config.application_stack.node_version (#32840)
  • azurerm_windows_web_app_slot - add support for ~24 to site_config.application_stack.node_version (#32840)
  • cdn - migrate to go-azure-sdk (#32849)
  • sentinel - migrate to go-azure-sdk (#32759)
Commits
  • 1b1c7a4 CHANGELOG for 5.0.1 (#32932)
  • b044c31 azurerm_storage_table_entity - add a state migration for storage_table_id...
  • 7399180 fix: docs and 5.0 upgrade guide (#32925)
  • c5cbb9d Update azurerm_storage_blob deprecated prop in azurerm 5.0 upgrade guide (#32...
  • 1c482d1 azurerm_storage_queue - add a state migration for the id field (#32914)
  • 0717360 testing - add regression and state migration test helper (#32924)
  • 1e92e1a azurerm_cdn_frontdoor_origin - expand validation for `private_link_target_i...
  • 2bde7aa azurerm_web_application_firewall_policy missing upgrade guide entry (#32906)
  • 376dd38 update all previous versions in docs to 5.x (#32893)
  • 23fe2d8 Update recommended Terraform Core version to 5.0 (#32892)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Team-Rockstars-AI/opencode-agentic-platform-engineering/pull/17 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/3/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/terraform/templates/terraform/hashicorp/azurerm-tw-5.0` --- ### 📝 Commits (1) - [`fa1e9c4`](https://github.com/Team-Rockstars-AI/opencode-agentic-platform-engineering/commit/fa1e9c43a9a6b320be6064710d52631283f6090c) chore(deps): update hashicorp/azurerm requirement from ~> 4.77 to ~> 5.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `templates/terraform/providers.tf` (+1 -1) </details> ### 📄 Description Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-azurerm/releases">hashicorp/azurerm's releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h2>5.0.1 (July 30, 2026)</h2> <p>NOTES:</p> <p>In addition to the bug fixes below, a number of resource documentation pages and the 5.0-upgrade-guide have been updated.</p> <p>BUG FIXES:</p> <ul> <li><code>azurerm_cdn_frontdoor_origin</code> - fix a regression that prevented valid values as input to <code>private_link.private_link_target_id</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32912">#32912</a>)</li> <li><code>azurerm_storage_queue</code> - add a state migration for the <code>id</code> field, fixing the upgrade path from 4.x to 5.x (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32914">#32914</a>)</li> <li><code>azurerm_storage_table_entity</code> - add a state migration for the <code>storage_table_id</code> field, fixing the upgrade path from 4.x to 5.x (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32929">#32929</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-azurerm/blob/v5.0.1/CHANGELOG.md">hashicorp/azurerm's changelog</a>.</em></p> <blockquote> <h2>5.0.1 (July 30, 2026)</h2> <p>NOTES:</p> <p>In addition to the bug fixes below, a number of resource documentation pages and the 5.0-upgrade-guide have been updated.</p> <p>BUG FIXES:</p> <ul> <li><code>azurerm_cdn_frontdoor_origin</code> - fix a regression that prevented valid values as input to <code>private_link.private_link_target_id</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32912">#32912</a>)</li> <li><code>azurerm_storage_queue</code> - add a state migration for the <code>id</code> field, fixing the upgrade path from 4.x to 5.x (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32914">#32914</a>)</li> <li><code>azurerm_storage_table_entity</code> - add a state migration for the <code>storage_table_id</code> field, fixing the upgrade path from 4.x to 5.x (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32929">#32929</a>)</li> </ul> <h2>5.0.0 (July 27, 2026)</h2> <p>NOTES:</p> <ul> <li><strong>Major Version</strong>: Version 5.0 of the Azure Provider is a major version - some behaviours have changed and some deprecated fields/resources have been removed - please refer to <a href="https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/5.0-upgrade-guide">the 5.0 upgrade guide for more information</a>.</li> <li>When upgrading to v5.0 of the AzureRM Provider, we recommend upgrading to the latest version of Terraform Core (<a href="https://developer.hashicorp.com/terraform/install">which can be found here</a>).</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Action</strong>: <code>azurerm_web_app_set_slot_distribution</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32364">#32364</a>)</li> <li><strong>New Datasource</strong> adds <code>azurerm_kubernetes_automatic_cluster_datasource</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32881">#32881</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>dependencies: <code>grpc</code> update to <code>1.82.1</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32852">#32852</a>)</li> <li>dependencies: <code>loadbalancers</code> - update to API version <code>2025-01-01</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32644">#32644</a>)</li> <li><code>azurerm_cognitive_account_rai_policy</code> - the <code>content_filter.severity_threshold</code> property is now optional (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32100">#32100</a>)</li> <li><code>azurerm_container_registry</code> - the <code>trust_policy_enabled</code> property has been deprecated and removed from the provider (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32752">#32752</a>)</li> <li><code>azurerm_dashboard_grafana</code> - the <code>11</code> value for the <code>grafana_major_version</code> property has been deprecated and the property now supports <code>13</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32777">#32777</a>)</li> <li><code>azurerm_log_analytics_workspace</code> - add support for the <code>internet_ingestion_access_type</code> and <code>internet_query_access_type</code> properties (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32562">#32562</a>)</li> <li><code>azurerm_subnet</code> - add support for the <code>network_security_group_id_wo</code> and <code>network_security_group_id_wo_version</code> properties (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32847">#32847</a>)</li> <li><code>azurerm_subnet</code> - add support for the <code>route_table_id_wo</code> and <code>route_table_id_wo_version</code> properties (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32847">#32847</a>)</li> <li><code>azurerm_subnet</code> - export the <code>network_security_group_id</code> property (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32847">#32847</a>)</li> <li><code>azurerm_subnet</code> - export the <code>route_table_id</code> property (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32847">#32847</a>)</li> <li><code>azurerm_windows_web_app</code> - add support for <code>~24</code> to <code>site_config.application_stack.node_version</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32840">#32840</a>)</li> <li><code>azurerm_windows_web_app_slot</code> - add support for <code>~24</code> to <code>site_config.application_stack.node_version</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32840">#32840</a>)</li> <li><code>cdn</code> - migrate to <code>go-azure-sdk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32849">#32849</a>)</li> <li><code>sentinel</code> - migrate to <code>go-azure-sdk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32759">#32759</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/1b1c7a4028a5f4f01a71eeda808cc839938fe01e"><code>1b1c7a4</code></a> CHANGELOG for 5.0.1 (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32932">#32932</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/b044c31b10edaf0ffc3152d6ebab0701d1a4bb0b"><code>b044c31</code></a> <code>azurerm_storage_table_entity</code> - add a state migration for <code>storage_table_id</code>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/73991803880d585cd94659d4276ce1dd891ef37e"><code>7399180</code></a> fix: docs and 5.0 upgrade guide (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32925">#32925</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/c5cbb9dd65924a143ed3170bc6b39564e8249f3d"><code>c5cbb9d</code></a> Update azurerm_storage_blob deprecated prop in azurerm 5.0 upgrade guide (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32">#32</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/1c482d10156201a3859e33fc8efb0fd718f01cd5"><code>1c482d1</code></a> <code>azurerm_storage_queue</code> - add a state migration for the <code>id</code> field (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32914">#32914</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/0717360013c2249e83dd87960925455754c685ed"><code>0717360</code></a> <code>testing</code> - add regression and state migration test helper (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32924">#32924</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/1e92e1a4b646c6ab71c34ccec492fd7cfa9ed2cf"><code>1e92e1a</code></a> <code>azurerm_cdn_frontdoor_origin</code> - expand validation for `private_link_target_i...</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/2bde7aa51f2cd30d1b07a7d17699c5860c7f5393"><code>2bde7aa</code></a> azurerm_web_application_firewall_policy missing upgrade guide entry (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32906">#32906</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/376dd38df45d305e6d7ad1bd19f9ce097ec4ac68"><code>376dd38</code></a> update all previous versions in docs to 5.x (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32893">#32893</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-azurerm/commit/23fe2d8fd6a8e1efe1bebaa952a499eeaf13080c"><code>23fe2d8</code></a> Update recommended Terraform Core version to 5.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/32892">#32892</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.77.0...v5.0.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zaph0d changed title from [PR #17] chore(deps): update hashicorp/azurerm requirement from ~> 4.77 to ~> 5.0 in /templates/terraform to [PR #17] [CLOSED] chore(deps): update hashicorp/azurerm requirement from ~> 4.77 to ~> 5.0 in /templates/terraform 2026-08-18 07:31:32 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
github-mirrors/opencode-agentic-platform-engineering#18
No description provided.