diff --git a/docs/cl/aws.md b/docs/cl/aws.md index b0ffc41c..b84b06b9 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.6.0" + version = "~> 2.8.0" alias = "default" region = "eu-central-1" diff --git a/docs/cl/azure.md b/docs/cl/azure.md index 147e9020..965c94ef 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.24.0" + version = "~> 1.27.1" alias = "default" } diff --git a/docs/cl/digital-ocean.md b/docs/cl/digital-ocean.md index 6801c318..de965b45 100644 --- a/docs/cl/digital-ocean.md +++ b/docs/cl/digital-ocean.md @@ -50,7 +50,7 @@ Configure the DigitalOcean provider to use your token in a `providers.tf` file. ```tf provider "digitalocean" { - version = "~> 1.1.0" + version = "~> 1.2.0" token = "${chomp(file("~/.config/digital-ocean/token"))}" alias = "default" } diff --git a/docs/cl/google-cloud.md b/docs/cl/google-cloud.md index ab9bc249..a84f1477 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.3.0" + version = "~> 2.5.1" alias = "default" credentials = "${file("~/.config/google-cloud/terraform.json")}"