Update recommended Terraform provider versions

* Sync the Terraform provider plugin versions to those
actively used and tested by the author
* Fix terraform fmt
This commit is contained in:
Dalton Hubble 2020-04-28 19:57:13 -07:00
parent 4ac2d94999
commit 2c1af917ec
10 changed files with 15 additions and 15 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.53.0" version = "2.59.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.5.0" version = "2.7.0"
} }
provider "ct" { provider "ct" {

View File

@ -50,7 +50,7 @@ Configure the DigitalOcean provider to use your token in a `providers.tf` file.
```tf ```tf
provider "digitalocean" { provider "digitalocean" {
version = "1.15.1" version = "1.17.0"
token = "${chomp(file("~/.config/digital-ocean/token"))}" token = "${chomp(file("~/.config/digital-ocean/token"))}"
} }

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.12.0" version = "3.19.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.53.0" version = "2.59.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.5.0" version = "2.7.0"
} }
provider "ct" { provider "ct" {

View File

@ -50,7 +50,7 @@ Configure the DigitalOcean provider to use your token in a `providers.tf` file.
```tf ```tf
provider "digitalocean" { provider "digitalocean" {
version = "1.15.1" version = "1.17.0"
token = "${chomp(file("~/.config/digital-ocean/token"))}" token = "${chomp(file("~/.config/digital-ocean/token"))}"
} }

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.12.0" version = "3.19.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")