Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 704 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 704 Bytes

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
}