Update recommended Terraform provider versions

* Sync Terraform provider plugin versions to those used
internally
This commit is contained in:
Dalton Hubble 2020-08-09 12:40:22 -07:00
parent f6ce12766b
commit aab071309f
8 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
```tf ```tf
provider "aws" { provider "aws" {
version = "2.70.0" version = "3.1.0"
region = "eu-central-1" region = "eu-central-1"
shared_credentials_file = "/home/user/.config/aws/credentials" shared_credentials_file = "/home/user/.config/aws/credentials"
} }

View File

@ -47,7 +47,7 @@ Configure the Azure provider in a `providers.tf` file.
```tf ```tf
provider "azurerm" { provider "azurerm" {
version = "2.19.0" version = "2.22.0"
} }
provider "ct" { provider "ct" {

View File

@ -142,7 +142,7 @@ Configure the Matchbox provider to use your Matchbox API endpoint and client cer
```tf ```tf
provider "matchbox" { provider "matchbox" {
version = "0.3.0" version = "0.4.0"
endpoint = "matchbox.example.com:8081" endpoint = "matchbox.example.com:8081"
client_cert = file("~/.config/matchbox/client.crt") client_cert = file("~/.config/matchbox/client.crt")
client_key = file("~/.config/matchbox/client.key") client_key = file("~/.config/matchbox/client.key")

View File

@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
```tf ```tf
provider "google" { provider "google" {
version = "3.30.0" version = "3.33.0"
project = "project-id" project = "project-id"
region = "us-central1" region = "us-central1"
credentials = file("~/.config/google-cloud/terraform.json") credentials = file("~/.config/google-cloud/terraform.json")

View File

@ -49,7 +49,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
```tf ```tf
provider "aws" { provider "aws" {
version = "2.70.0" version = "3.1.0"
region = "eu-central-1" region = "eu-central-1"
shared_credentials_file = "/home/user/.config/aws/credentials" shared_credentials_file = "/home/user/.config/aws/credentials"
} }

View File

@ -47,7 +47,7 @@ Configure the Azure provider in a `providers.tf` file.
```tf ```tf
provider "azurerm" { provider "azurerm" {
version = "2.19.0" version = "2.22.0"
} }
provider "ct" { provider "ct" {

View File

@ -142,7 +142,7 @@ Configure the Matchbox provider to use your Matchbox API endpoint and client cer
```tf ```tf
provider "matchbox" { provider "matchbox" {
version = "0.3.0" version = "0.4.0"
endpoint = "matchbox.example.com:8081" endpoint = "matchbox.example.com:8081"
client_cert = file("~/.config/matchbox/client.crt") client_cert = file("~/.config/matchbox/client.crt")
client_key = file("~/.config/matchbox/client.key") client_key = file("~/.config/matchbox/client.key")

View File

@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
```tf ```tf
provider "google" { provider "google" {
version = "3.30.0" version = "3.33.0"
project = "project-id" project = "project-id"
region = "us-central1" region = "us-central1"
credentials = file("~/.config/google-cloud/terraform.json") credentials = file("~/.config/google-cloud/terraform.json")