From 5fba20d3583ac089cfb697ba5450afa9aca3029a Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 18 Jul 2020 13:18:45 -0700 Subject: [PATCH] Update recommended Terraform provider versions * Sync Terraform provider plugin versions with those used internally --- CHANGES.md | 2 ++ docs/fedora-coreos/aws.md | 2 +- docs/fedora-coreos/azure.md | 2 +- docs/fedora-coreos/google-cloud.md | 2 +- docs/flatcar-linux/aws.md | 2 +- docs/flatcar-linux/azure.md | 2 +- docs/flatcar-linux/google-cloud.md | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fc464027..06d5aae7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ Notable changes between versions. +## Latest + ## v1.18.6 * Kubernetes [v1.18.6](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1186) diff --git a/docs/fedora-coreos/aws.md b/docs/fedora-coreos/aws.md index 6f4430c6..0ae8a7d6 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.68.0" + version = "2.70.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 820dc3a0..38b87dc1 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.16.0" + version = "2.19.0" } provider "ct" { diff --git a/docs/fedora-coreos/google-cloud.md b/docs/fedora-coreos/google-cloud.md index 98426f00..d03c7fff 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.27.0" + version = "3.30.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 749628ee..2d6bfe56 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.68.0" + version = "2.70.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 e5f33d27..7f2dd7f2 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.16.0" + version = "2.19.0" } provider "ct" { diff --git a/docs/flatcar-linux/google-cloud.md b/docs/flatcar-linux/google-cloud.md index 8770fb74..7bd8566d 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.27.0" + version = "3.30.0" project = "project-id" region = "us-central1" credentials = file("~/.config/google-cloud/terraform.json")