Giter VIP home page Giter VIP logo

azure-rg-module's Introduction

Azure Resource Group Terraform Module

Terraform Module to create Azure Resource Group resource.

Module Usage

module "resource_group1" {
  source = "./vendor/modules/resource_group"

  rg_name = "test-rg"
  region  = "eastus"

  # Adding TAG's to your Azure resources (Required)
  tags = {
    c_environment  = "dev"
    c_cloud        = "azure"
  }
}

Module Versioning Approach

Terrafile

The Terrafile pattern is that instead of using the Git sources directly in module calls, we reference them in a file in Terrafile YAML format. In the Terraform configuration, in the module call, we instead use a local path relative to the modules folder.

Related documentation

Terrafile documentation: github.com/coretech/terrafile

Pre-commit Notes

Make sure to update terraform-docs generated section whenever new resource block, New input or output variable is added.

Requirements

Name Version
terraform >= 0.15.5
azurerm >=3.0.0

Providers

Name Version
azurerm >=3.0.0

Modules

No modules.

Resources

Name Type
azurerm_resource_group.rg resource

Inputs

Name Description Type Default Required
region Location of Resource groups string n/a yes
rg_name Name of resource groups string n/a yes
tags A map of tags to add to all resources map(string) {} no

Outputs

Name Description
rg_location Resource Group Locations
rg_name Resource Group Names

azure-rg-module's People

Contributors

ajinkya101 avatar ajinkya-bhabal-thg avatar

Watchers

 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.