Skip to content

langoureaux-s/terraform-module-azure-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terraform-module-azure-vm-linux

This module permit to create VPC, subnet and resource group on azure in easy way from Terragrunt

terragrunt = {
  terraform {
    source = "git::https://github.com/langoureaux-s/terraform-module-azure-vpc.git"
  }
  
  location              = "West Europe"
  rg_name               = "bigdata"
  name                  = "myproject"
  address_space         = "10.1.0.0/16"
  subnet_space          = "10.1.2.0/24"
  tags                  = {
                            environment = "test"
                            project = "test"
                        }
}

About

Permit to create VPC on Azure from Terragrunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages