Update Terraform provider plugin versions

* Recommend provider plugin versions that Typhoon
authors use
This commit is contained in:
Dalton Hubble
2019-09-22 17:14:30 -07:00
parent 5b06e0e869
commit 81a1ae38e6
4 changed files with 4 additions and 4 deletions

View File

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