Skip to content

sparg/tf-module-az-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module networking

Structure

  • main.tf
  • variables.tf
  • outputs.tf

Usage module

Networking

module "network" {
  source = "git@github.com:Sparg/tf-module-az-net.git?ref=v1.0.0"

  address_space         = var.address_space
  subnet_address_prefix = var.subnet_address_prefix
  location              = var.location
  resource_group_name   = var.resource_group
  instance              = var.instance
  environment           = var.environment
}

Outputs module

Networking

  • subnet_id

About

Terreform module for Network in Azure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages