Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP terraform deploy has zone for bastion instance hardcoded - fails to create when region is us-east1 #522

Closed
jlerche opened this issue May 27, 2019 · 0 comments · Fixed by #554
Assignees

Comments

@jlerche
Copy link
Contributor

jlerche commented May 27, 2019

The zone for the bastion instance is hardcoded to be ${var.GCP_REGION}-a so if the region is us-west1 then the zone is us-west1-a. All regions have a -a zone except for us-east1. So if it is chosen as the region, the bastion instance will not get created.

Also, should upgrade GCP terraform script to be 0.12 compatible, per #549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant