FairwindsOps / pentagon

A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
https://www.reactiveops.com
Apache License 2.0
183 stars 25 forks source link

aws_region and az_count not being interpreted correctly #106

Closed ejether closed 6 years ago

ejether commented 6 years ago

aws_region and az_count were generated into the terraform.vars as "True"

from pentagon add vpc -D vpc_name="20180205" -D vpc_cidr_base="172.30" -D aws_availability_zones="us-east-1a, us-east-1b, us-east-1c" -D aws_availability_zone_count = "3" -D aws_region = "us-east-1"

ejether commented 6 years ago

closed by #108