forseti-security / terraform-google-forseti

A Terraform module for installing Forseti on GCP
Apache License 2.0
132 stars 126 forks source link

Ability to select zone for compute instances #631

Closed robhyb19 closed 3 years ago

robhyb19 commented 3 years ago

The zone for provisioned compute instances defaults to "-c" https://github.com/forseti-security/terraform-google-forseti/blob/master/modules/server/main.tf#L28

I'd like to select the zone that my compute instances are deployed to. This limitation becomes especially problematic when the zone is out of resources:

Error: Error waiting for instance to create: The zone 'projects/[project-id]/zones/us-west1-c' does not have enough resources available to fulfill the request.  Try a different zone, or try again later
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.