From 467796b70d254ebc4fec534eee1eb49d523c3803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:13:05 +0000 Subject: [PATCH 1/2] Bump hashicorp/azurerm from 3.100.0 to 3.105.0 Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 3.100.0 to 3.105.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/v3.100.0...v3.105.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 ade662d..4a345d0 100644 --- a/backend.tf +++ b/backend.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.100.0" + version = "3.105.0" } } required_version = ">= 1.6.4" From baf74f26627a06699fff3b3800d8c9fba9336310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 May 2024 19:13:21 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 22ef418..92ccb7d 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.6.4 | -| [azurerm](#requirement\_azurerm) | 3.100.0 | +| [azurerm](#requirement\_azurerm) | 3.105.0 | #### Providers | Name | Version | |------|---------| -| [azurerm](#provider\_azurerm) | 3.100.0 | +| [azurerm](#provider\_azurerm) | 3.105.0 | #### Resources | Name | Type | |------|------| -| [azurerm_network_security_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/resources/network_security_group) | resource | -| [azurerm_network_security_rule.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/resources/network_security_rule) | resource | -| [azurerm_subnet_network_security_group_association.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/resources/subnet_network_security_group_association) | resource | -| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/data-sources/client_config) | data source | -| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.100.0/docs/data-sources/resource_group) | data source | +| [azurerm_network_security_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/resources/network_security_group) | resource | +| [azurerm_network_security_rule.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/resources/network_security_rule) | resource | +| [azurerm_subnet_network_security_group_association.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/resources/subnet_network_security_group_association) | resource | +| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/data-sources/client_config) | data source | +| [azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/3.105.0/docs/data-sources/resource_group) | data source | #### Inputs