|
|
@ -4,7 +4,7 @@ description: A parameter with human region names and icons
|
|
|
|
icon: ../.icons/azure.svg
|
|
|
|
icon: ../.icons/azure.svg
|
|
|
|
maintainer_github: coder
|
|
|
|
maintainer_github: coder
|
|
|
|
verified: true
|
|
|
|
verified: true
|
|
|
|
tags: [helper, parameter, azure]
|
|
|
|
tags: [helper, parameter, azure, regions]
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# Azure Region
|
|
|
|
# Azure Region
|
|
|
@ -59,4 +59,4 @@ module "azure-region" {
|
|
|
|
resource "azurerm_resource_group" "example" {
|
|
|
|
resource "azurerm_resource_group" "example" {
|
|
|
|
location = module.azure_region.value
|
|
|
|
location = module.azure_region.value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|