From 3a02eb7209b2de1e5d123743077de13fcf0924da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:46:53 +0000 Subject: [PATCH 1/2] Bump hashicorp/azurerm from 4.0.1 to 4.3.0 Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 4.0.1 to 4.3.0. - [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.0.1...v4.3.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.tf b/backend.tf index 11d85fa..13265bc 100644 --- a/backend.tf +++ b/backend.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.0.1" + version = "4.3.0" } } required_version = ">= 1.6.4" From 71f01f3037ae7a1da31070fde058be9e6338204a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Oct 2024 22:47:09 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4862263..97cf1a3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.6.4 | -| [azurerm](#requirement\_azurerm) | 4.0.1 | +| [azurerm](#requirement\_azurerm) | 4.3.0 | ## Providers | Name | Version | |------|---------| -| [azurerm](#provider\_azurerm) | 4.0.1 | +| [azurerm](#provider\_azurerm) | 4.3.0 | ## Modules @@ -20,10 +20,10 @@ No modules. | Name | Type | |------|------| -| [azurerm_subnet.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.0.1/docs/resources/subnet) | resource | -| [azurerm_virtual_network.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.0.1/docs/resources/virtual_network) | resource | -| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.0.1/docs/data-sources/client_config) | data source | -| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.0.1/docs/data-sources/resource_group) | data source | +| [azurerm_subnet.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/subnet) | resource | +| [azurerm_virtual_network.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/resources/virtual_network) | resource | +| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/data-sources/client_config) | data source | +| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.3.0/docs/data-sources/resource_group) | data source | ## Inputs