7
0
espelhamento de https://github.com/puppetmaster/typhoon.git sincronizado 2025-09-18 06:19:43 +02:00

Sync recommended versions of Terraform providers for clouds

* Align Terraform provider plugin versions with those tested against
Esse commit está contido em:
Dalton Hubble
2019-08-27 22:00:08 -07:00
commit e7d805d9a4
5 arquivos alterados com 5 adições e 5 exclusões

Ver arquivo

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