diff --git a/docs/aws.md b/docs/aws.md index d422ca53..4dd8e049 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -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" diff --git a/docs/google-cloud.md b/docs/google-cloud.md index 3e845c31..bf0d4bf1 100644 --- a/docs/google-cloud.md +++ b/docs/google-cloud.md @@ -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")}"