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

Pentagon start-project doesn't interpolate the default account properly #134

Closed geojaz closed 6 years ago

geojaz commented 6 years ago

image

pentagon start-project $PROJECT_NAME \
  --aws-access-key $AWS_ACCESS_KEY_ID \
  --aws-secret-key $AWS_SECRET_ACCESS_KEY \
  --aws-default-region $AWS_DEFAULT_REGION \
  --dns-zone $DNS_ZONE \
  --aws-availability-zone-count $AZ_COUNT \
  --infrastructure-bucket $INFRASTRUCTURE_BUCKET \
  --vpc-name $VPC_NAME \
  --vpc-cidr-base $VPC_CIDR_BASE \
  --working-kubernetes-cluster-name $CLUSTER_NAME \
  --working-kubernetes-node-count $NODE_COUNT
ejether commented 6 years ago

Will this fix this issue? https://github.com/reactiveops/pentagon/pull/131