Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

remedyproduct/tf-module-networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

VPC Networking - Terraform Module

Requirements

Name Version
aws ~> 3.46.0

Providers

Name Version
aws ~> 3.46.0

Modules

Name Source Version
networking cn-terraform/networking/aws 2.0.13

Resources

Name
aws_region

Inputs

Name Description Type Default Required
availability_zones Availability Zones within AWS Region network should be covered by list(string)
[
"us-east-1a",
"us-east-1b"
]
no
aws_region AWS Region network will be deployed to string "us-east-1" no
environment Environment (development, qa, live, etc.) string "development" no
name VPC Name string n/a yes
private_subnets_cidrs CIDR block for Private Subnets. Number of blocks must match the number of Availability Zones list(string)
[
"192.168.128.0/19",
"192.168.160.0/19"
]
no
public_subnets_cidrs CIDR block for Public Subnets. Number of blocks must match the number of Availability Zones list(string)
[
"192.168.0.0/19",
"192.168.32.0/19"
]
no
vpc_cidr_block Primary CIDR block for the VPC string "192.168.0.0/16" no

Outputs

Name Description
private_subnets_ids List of Private Subnets IDs
public_subnets_ids List of Public Subnets IDs
vpc_id The ID of the VPC

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages