Giter Site home page Giter Site logo

terraform-azurerm-regions's Introduction

Azure regions module

Changelog Notice Apache V2 License TF Registry

This Terraform module is designed to help in using the AzureRM terraform provider.

It provides for an Azure region given in standard format, CLI format or slug format (used by Claranet tfwrapper) the Azure standard format, a short format used for resource naming, the CLI format 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 Terraform version AzureRM version
>= 5.x.x 0.15.x & 1.0.x >= 2.0
>= 4.x.x 0.13.x >= 2.0
>= 3.x.x 0.12.x >= 2.0
>= 2.x.x 0.12.x < 2.0
< 2.x.x 0.11.x < 2.0

Usage

This module is optimized to work with the Claranet terraform-wrapper tool which set some terraform variables in the environment needed by this module. More details about variables set by the terraform-wrapper available in the documentation.

module "azure_region" {
  source  = "claranet/regions/azurerm"
  version = "x.x.x"

  azure_region = "eu-west"
}

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
azure_region Azure Region standard name, CLI name or slug format string n/a yes

Outputs

Name Description
location Azure region in standard format
location_cli Azure region in Azure CLI name format
location_short Azure region in short format for resource naming purpose
location_slug Azure region in slug format
paired_location Azure paired region with the current one. All formats available as attributes.
object({
location (string): Azure paired region in standard format
location_short (string): Azure paired region in short format for resource naming purpose
location_cli (string): Azure paired region in CLI name format
location_slug (string): Azure paired region in slug format
})

Related documentation

Azure regions: azure.microsoft.com/en-us/global-infrastructure/regions/

terraform-azurerm-regions's People

Contributors

abrefort avatar bzspi avatar leonardolage avatar rossifumax avatar shr3ps avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.