Fix docs to reflect enforced provider versions
This commit is contained in:
parent
da2be86e8c
commit
39876e455f
|
@ -57,7 +57,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
|
||||||
|
|
||||||
```tf
|
```tf
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
version = "~> 1.5.0"
|
version = "~> 1.11.0"
|
||||||
alias = "default"
|
alias = "default"
|
||||||
|
|
||||||
region = "eu-central-1"
|
region = "eu-central-1"
|
||||||
|
|
|
@ -57,7 +57,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
|
||||||
|
|
||||||
```tf
|
```tf
|
||||||
provider "google" {
|
provider "google" {
|
||||||
version = "1.2"
|
version = "1.6"
|
||||||
alias = "default"
|
alias = "default"
|
||||||
|
|
||||||
credentials = "${file("~/.config/google-cloud/terraform.json")}"
|
credentials = "${file("~/.config/google-cloud/terraform.json")}"
|
||||||
|
|
Loading…
Reference in New Issue