hashicorp / terraform-google-vault

A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Apache License 2.0
113 stars 75 forks source link

Fix tests #43

Closed Etiene closed 5 years ago

Etiene commented 5 years ago

Before upgrading to terraform 0.12 I noticed tests were failing on master. Not sure if the culprit was an update in the api or the provider, but currently gcp.FetchRegionalInstanceGroup does not take an instance group id, but an instance group name, and a regex check was failing.

Also added some regions to the forbidden region list as they have very low limits of ip address in use quota. I requested a raise in these quotas, but it is not immediate