File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33| Name | Version |
44| ------| ---------|
55| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6.3 |
6- | <a name =" requirement_azurerm " ></a > [ azurerm] ( #requirement\_ azurerm ) | 4.31 .0 |
6+ | <a name =" requirement_azurerm " ></a > [ azurerm] ( #requirement\_ azurerm ) | 4.34 .0 |
77
88## Providers
99
1010| Name | Version |
1111| ------| ---------|
12- | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.31 .0 |
12+ | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.34 .0 |
1313
1414## Modules
1515
@@ -19,11 +19,11 @@ No modules.
1919
2020| Name | Type |
2121| ------| ------|
22- | [ azurerm_application_gateway.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.31 .0/docs/resources/application_gateway ) | resource |
23- | [ azurerm_public_ip.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.31 .0/docs/resources/public_ip ) | resource |
24- | [ azurerm_client_config.current] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.31 .0/docs/data-sources/client_config ) | data source |
25- | [ azurerm_resource_group.rg] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.31 .0/docs/data-sources/resource_group ) | data source |
26- | [ azurerm_subnet.subnet] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.31 .0/docs/data-sources/subnet ) | data source |
22+ | [ azurerm_application_gateway.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.34 .0/docs/resources/application_gateway ) | resource |
23+ | [ azurerm_public_ip.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.34 .0/docs/resources/public_ip ) | resource |
24+ | [ azurerm_client_config.current] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.34 .0/docs/data-sources/client_config ) | data source |
25+ | [ azurerm_resource_group.rg] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.34 .0/docs/data-sources/resource_group ) | data source |
26+ | [ azurerm_subnet.subnet] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.34 .0/docs/data-sources/subnet ) | data source |
2727
2828## Inputs
2929
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 azurerm = {
44 source = " hashicorp/azurerm"
5- version = " 4.31 .0"
5+ version = " 4.34 .0"
66 }
77 }
88 required_version = " >= 1.6.3"
You can’t perform that action at this time.
0 commit comments