Allow terraform-provider-google v3.x plugin versions

* Typhoon Google Cloud is compatible with `terraform-provider-google`
v3.x releases
* No v3.x specific features are used, so v2.19+ provider versions are
still allowed, to ease migrations
Этот коммит содержится в:
Dalton Hubble
2020-01-11 13:58:23 -08:00
родитель 73588cfad3
Коммит b1f521fc4a
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
```tf
provider "google" {
version = "2.20.0"
version = "3.4.0"
project = "project-id"
region = "us-central1"
credentials = file("~/.config/google-cloud/terraform.json")