An open API service indexing awesome lists of open source software.

https://github.com/provectus/sak-vpc

Network module for SAK project
https://github.com/provectus/sak-vpc

aws devops networking open-source swiss-army-kube vpc

Last synced: about 2 months ago
JSON representation

Network module for SAK project

Awesome Lists containing this project

README

          

# 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

``` terraform >= 0.15
```

## 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
}
```