From aab071309f3371942e478ff5d3cca4aff3d5a1e2 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 9 Aug 2020 12:40:22 -0700 Subject: [PATCH] Update recommended Terraform provider versions * Sync Terraform provider plugin versions to those used internally --- docs/fedora-coreos/aws.md | 2 +- docs/fedora-coreos/azure.md | 2 +- docs/fedora-coreos/bare-metal.md | 2 +- docs/fedora-coreos/google-cloud.md | 2 +- docs/flatcar-linux/aws.md | 2 +- docs/flatcar-linux/azure.md | 2 +- docs/flatcar-linux/bare-metal.md | 2 +- docs/flatcar-linux/google-cloud.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/fedora-coreos/aws.md b/docs/fedora-coreos/aws.md index 6f28ec4f..cd38f196 100644 --- a/docs/fedora-coreos/aws.md +++ b/docs/fedora-coreos/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.70.0" + version = "3.1.0" region = "eu-central-1" shared_credentials_file = "/home/user/.config/aws/credentials" } diff --git a/docs/fedora-coreos/azure.md b/docs/fedora-coreos/azure.md index 4b66a7fc..d5ec2bd5 100644 --- a/docs/fedora-coreos/azure.md +++ b/docs/fedora-coreos/azure.md @@ -47,7 +47,7 @@ Configure the Azure provider in a `providers.tf` file. ```tf provider "azurerm" { - version = "2.19.0" + version = "2.22.0" } provider "ct" { diff --git a/docs/fedora-coreos/bare-metal.md b/docs/fedora-coreos/bare-metal.md index 2a257d8d..c866e876 100644 --- a/docs/fedora-coreos/bare-metal.md +++ b/docs/fedora-coreos/bare-metal.md @@ -142,7 +142,7 @@ Configure the Matchbox provider to use your Matchbox API endpoint and client cer ```tf provider "matchbox" { - version = "0.3.0" + version = "0.4.0" endpoint = "matchbox.example.com:8081" client_cert = file("~/.config/matchbox/client.crt") client_key = file("~/.config/matchbox/client.key") diff --git a/docs/fedora-coreos/google-cloud.md b/docs/fedora-coreos/google-cloud.md index d1107703..25d648d0 100644 --- a/docs/fedora-coreos/google-cloud.md +++ b/docs/fedora-coreos/google-cloud.md @@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id, ```tf provider "google" { - version = "3.30.0" + version = "3.33.0" project = "project-id" region = "us-central1" credentials = file("~/.config/google-cloud/terraform.json") diff --git a/docs/flatcar-linux/aws.md b/docs/flatcar-linux/aws.md index 82d0846a..d9e363f8 100644 --- a/docs/flatcar-linux/aws.md +++ b/docs/flatcar-linux/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.70.0" + version = "3.1.0" region = "eu-central-1" shared_credentials_file = "/home/user/.config/aws/credentials" } diff --git a/docs/flatcar-linux/azure.md b/docs/flatcar-linux/azure.md index bff37e2c..d89710c0 100644 --- a/docs/flatcar-linux/azure.md +++ b/docs/flatcar-linux/azure.md @@ -47,7 +47,7 @@ Configure the Azure provider in a `providers.tf` file. ```tf provider "azurerm" { - version = "2.19.0" + version = "2.22.0" } provider "ct" { diff --git a/docs/flatcar-linux/bare-metal.md b/docs/flatcar-linux/bare-metal.md index b41e69fb..c7146029 100644 --- a/docs/flatcar-linux/bare-metal.md +++ b/docs/flatcar-linux/bare-metal.md @@ -142,7 +142,7 @@ Configure the Matchbox provider to use your Matchbox API endpoint and client cer ```tf provider "matchbox" { - version = "0.3.0" + version = "0.4.0" endpoint = "matchbox.example.com:8081" client_cert = file("~/.config/matchbox/client.crt") client_key = file("~/.config/matchbox/client.key") diff --git a/docs/flatcar-linux/google-cloud.md b/docs/flatcar-linux/google-cloud.md index 92afabfa..42cd6a19 100644 --- a/docs/flatcar-linux/google-cloud.md +++ b/docs/flatcar-linux/google-cloud.md @@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id, ```tf provider "google" { - version = "3.30.0" + version = "3.33.0" project = "project-id" region = "us-central1" credentials = file("~/.config/google-cloud/terraform.json")