Skip to content

Network module for SAK project

Notifications You must be signed in to change notification settings

provectus/sak-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotation

VPC module for creating networks, load balancers and gateways

Feature

  • Set availability_zones - Your need set availability_zones for region where deploy EKS cluster.
  • Choice network CIDR - change variable network to change CIDR (default 10.10.0.0/16)

Requirements

Providers

Name Version
aws >= 3.0, < 4.0
template >= 2.2.0

Usage

module "network" {
  source = "https://github.com/provectus/sak-vpc.git"

  availability_zones = var.availability_zones
  environment        = local.environment
  project            = local.project
  cluster_name       = local.cluster_name
  network            = 10
}