1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-22 23:46:15 +02:00

Update recommended Terraform provider versions

* Sync Terraform provider plugin versions with those
used internally
This commit is contained in:
Dalton Hubble 2020-06-18 01:03:37 -07:00
parent c25c59058c
commit 6234147948
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
provider "aws" {
version = "2.63.0"
version = "2.66.0"
region = "eu-central-1"
shared_credentials_file = "/home/user/.config/aws/credentials"
}

View File

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

View File

@ -50,7 +50,7 @@ Configure the DigitalOcean provider to use your token in a `providers.tf` file.
```tf
provider "digitalocean" {
version = "1.18.0"
version = "1.20.0"
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
provider "google" {
version = "3.22.0"
version = "3.26.0"
project = "project-id"
region = "us-central1"
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
provider "aws" {
version = "2.63.0"
version = "2.66.0"
region = "eu-central-1"
shared_credentials_file = "/home/user/.config/aws/credentials"
}

View File

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

View File

@ -50,7 +50,7 @@ Configure the DigitalOcean provider to use your token in a `providers.tf` file.
```tf
provider "digitalocean" {
version = "1.18.0"
version = "1.20.0"
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
provider "google" {
version = "3.22.0"
version = "3.26.0"
project = "project-id"
region = "us-central1"
credentials = file("~/.config/google-cloud/terraform.json")