diff --git a/docs/cl/aws.md b/docs/cl/aws.md index 6577feb6..77c63ada 100644 --- a/docs/cl/aws.md +++ b/docs/cl/aws.md @@ -49,7 +49,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf ```tf provider "aws" { - version = "2.25.0" + version = "2.29.0" region = "eu-central-1" shared_credentials_file = "/home/user/.config/aws/credentials" } diff --git a/docs/cl/azure.md b/docs/cl/azure.md index 70ef1f2c..49be1bf7 100644 --- a/docs/cl/azure.md +++ b/docs/cl/azure.md @@ -50,7 +50,7 @@ Configure the Azure provider in a `providers.tf` file. ```tf provider "azurerm" { - version = "1.33.0" + version = "1.34.0" } provider "ct" { diff --git a/docs/cl/google-cloud.md b/docs/cl/google-cloud.md index b3268dd1..2cbaf490 100644 --- a/docs/cl/google-cloud.md +++ b/docs/cl/google-cloud.md @@ -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")}" diff --git a/docs/fedora-coreos/aws.md b/docs/fedora-coreos/aws.md index ad6cd5f0..dc54b183 100644 --- a/docs/fedora-coreos/aws.md +++ b/docs/fedora-coreos/aws.md @@ -52,7 +52,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf ```tf provider "aws" { - version = "2.25.0" + version = "2.29.0" region = "us-east-1" # MUST be us-east-1 right now! shared_credentials_file = "/home/user/.config/aws/credentials" }