From 41f03f1f7a7cc0785d5dc57908da4048f1aa7767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:26:18 +0000 Subject: [PATCH 1/4] Bump hashicorp/azurerm from 4.45.0 to 4.45.1 Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 4.45.0 to 4.45.1. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.45.0...v4.45.1) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.45.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.tf b/backend.tf index c4e7ed7..863c5ea 100644 --- a/backend.tf +++ b/backend.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.45.0" + version = "4.45.1" } } required_version = ">= 1.6.3" From db09352cda5392de7ba85fc1dfba8f12c8f169d7 Mon Sep 17 00:00:00 2001 From: DevOps Bot Date: Tue, 23 Sep 2025 21:27:29 +0000 Subject: [PATCH 2/4] Update README.md with module documentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a308fb7..e3e8a14 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.6.3 | -| [azurerm](#requirement\_azurerm) | 4.45.0 | +| [azurerm](#requirement\_azurerm) | 4.45.1 | ## Providers | Name | Version | |------|---------| -| [azurerm](#provider\_azurerm) | 4.45.0 | +| [azurerm](#provider\_azurerm) | 4.45.1 | ## Modules @@ -19,10 +19,10 @@ No modules. | Name | Type | |------|------| -| [azurerm_cognitive_account.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/resources/cognitive_account) | resource | -| [azurerm_cognitive_deployment.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/resources/cognitive_deployment) | resource | -| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/data-sources/client_config) | data source | -| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.0/docs/data-sources/resource_group) | data source | +| [azurerm_cognitive_account.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/resources/cognitive_account) | resource | +| [azurerm_cognitive_deployment.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/resources/cognitive_deployment) | resource | +| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/data-sources/client_config) | data source | +| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/data-sources/resource_group) | data source | ## Inputs From 4948f7421e5c7a507e52de28b6a86fed043d5ddc Mon Sep 17 00:00:00 2001 From: Maciej Michalski <5445923+spy86@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:26:24 +0100 Subject: [PATCH 3/4] Update azurerm provider version to 4.46.0 --- backend.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.tf b/backend.tf index 863c5ea..9abe4a5 100644 --- a/backend.tf +++ b/backend.tf @@ -2,8 +2,8 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.45.1" + version = "4.46.0" } } required_version = ">= 1.6.3" -} \ No newline at end of file +} From 95b2bd887762a38a1c81484f2d8de4806f93ff75 Mon Sep 17 00:00:00 2001 From: DevOps Bot Date: Wed, 5 Nov 2025 19:27:38 +0000 Subject: [PATCH 4/4] Update README.md with module documentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3e8a14..96d8383 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.6.3 | -| [azurerm](#requirement\_azurerm) | 4.45.1 | +| [azurerm](#requirement\_azurerm) | 4.46.0 | ## Providers | Name | Version | |------|---------| -| [azurerm](#provider\_azurerm) | 4.45.1 | +| [azurerm](#provider\_azurerm) | 4.46.0 | ## Modules @@ -19,10 +19,10 @@ No modules. | Name | Type | |------|------| -| [azurerm_cognitive_account.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/resources/cognitive_account) | resource | -| [azurerm_cognitive_deployment.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/resources/cognitive_deployment) | resource | -| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/data-sources/client_config) | data source | -| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/4.45.1/docs/data-sources/resource_group) | data source | +| [azurerm_cognitive_account.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0/docs/resources/cognitive_account) | resource | +| [azurerm_cognitive_deployment.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0/docs/resources/cognitive_deployment) | resource | +| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0/docs/data-sources/client_config) | data source | +| [azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0/docs/data-sources/resource_group) | data source | ## Inputs