Skip to content

zero apply is not setting the environment properly #282

@GrooveStomp

Description

@GrooveStomp
Choose the environments to apply. This will create infrastructure, CI pipelines, etc.
At this point, real things will be generated that may cost money!
Only a single environment may be suitable for an initial test, but for a real system we suggest setting up both staging and production environments.
✔ Staging
🎉  Bootstrapping project aaron-200916-04. Please use the zero-project.yml file to modify the project as needed.
Cloud provider: AWS
Runtime platform: Kubernetes
Infrastructure executor: Terraform
cd /home/aaron/code/commit/aaron-200916-04/infrastructure && AUTO_APPROVE="-auto-approve" make
make[1]: Entering directory '/home/aaron/code/commit/aaron-200916-04/infrastructure'
aws s3 ls aaron-200916-04--terraform-state || (\
cd terraform/bootstrap/remote-state && \
terraform init && \
terraform apply -var "environment=" -auto-approve && \
rm ./terraform.tfstate)

You can see "envrionment=" there where it's not being captured.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions