ak-alam / production-ready-eks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

production-ready-eks

Resources Created by the module.

  • VPC
  • Security Group
  • EKS Cluster

How To Run The Project

#Initialize project
terraform init

#Validate 
terraform validate

#Plan 
terraform plan -var-file configs/dev.tfvars

#Apply
terraform apply -var-file configs/dev.tfvars

About


Languages

Language:HCL 100.0%