File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44| Name | Version |
55| ------| ---------|
66| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6.3 |
7- | <a name =" requirement_azurerm " ></a > [ azurerm] ( #requirement\_ azurerm ) | 4.38.1 |
7+ | <a name =" requirement_azurerm " ></a > [ azurerm] ( #requirement\_ azurerm ) | 4.46.0 |
88
99#### Providers
1010
1111| Name | Version |
1212| ------| ---------|
13- | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.38.1 |
13+ | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.46.0 |
1414
1515#### Resources
1616
1717| Name | Type |
1818| ------| ------|
19- | [ azurerm_application_insights.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.38.1 /docs/resources/application_insights ) | resource |
20- | [ azurerm_log_analytics_workspace.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.38.1 /docs/resources/log_analytics_workspace ) | resource |
21- | [ azurerm_client_config.current] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.38.1 /docs/data-sources/client_config ) | data source |
22- | [ azurerm_resource_group.rg] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.38.1 /docs/data-sources/resource_group ) | data source |
19+ | [ azurerm_application_insights.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0 /docs/resources/application_insights ) | resource |
20+ | [ azurerm_log_analytics_workspace.main] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0 /docs/resources/log_analytics_workspace ) | resource |
21+ | [ azurerm_client_config.current] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0 /docs/data-sources/client_config ) | data source |
22+ | [ azurerm_resource_group.rg] ( https://registry.terraform.io/providers/hashicorp/azurerm/4.46.0 /docs/data-sources/resource_group ) | data source |
2323
2424#### Inputs
2525
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.38.1 "
5+ version = " 4.46.0 "
66 }
77 }
88 required_version = " >= 1.6.3"
You can’t perform that action at this time.
0 commit comments