regions

claranet/regions/azurerm

Terraform Module HCL AZURERM

Terraform module to handle Azure Regions

Install
module "regions" {
source = "claranet/regions/azurerm"
version = "8.0.3"
}
⭐ Source on GitHub 📦 Registry page
README

Azure regions module ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![OpenTofu Registry](https://search.opentofu.org/module/claranet/regions/azurerm/) This Terraform module is designed to help in using the AzureRM terraform provider. It provides for an Azure region given in standard format, Azure CLI format or slug format (used by Claranet tfwrapper) the Azure standard format, a trigram used for resource naming, the Azure CLI format, the geo code format (used by Azure Backup) and a slug format. It also provides the paired region associated to the current one. Please refer to the regions.tf file for available regions. Complete regions mapping is also available in REGIONS.md documentation. Global versioning rule for Claranet Azure modules | Module version | Terraf

Inputs (1)
NameTypeDescriptionDefault
azure_regionstringAzure Region standard name, CLI name or slug format required
Outputs (7)
location_short — Azure region in short format for resource naming purpose
location_cli — Azure region in Azure CLI name format
location_slug — Azure region in slug format
paired_location — Azure paired region with the current one. All formats available as attributes. ``` object({ locati
data_location — Azure data location corresponding to the current region.
geo_code — Geo Code used by Azure Backup private endpoints. [Documentation](https://learn.microsoft.com/en-us/a
location — Azure region in standard format
Details
FrameworkTerraform Module
LanguageHCL
Version8.0.3
Cloud AZURERM
★ Stars75
Forks66
Total downloads6.3M
Inputs1
Outputs7
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated