Fix docs to reflect enforced provider versions

This commit is contained in:
Dalton Hubble 2018-03-25 11:34:39 -07:00
parent da2be86e8c
commit 39876e455f
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
```tf
provider "aws" {
version = "~> 1.5.0"
version = "~> 1.11.0"
alias = "default"
region = "eu-central-1"

View File

@ -57,7 +57,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
```tf
provider "google" {
version = "1.2"
version = "1.6"
alias = "default"
credentials = "${file("~/.config/google-cloud/terraform.json")}"