Update recommended Terraform provider versions
* Sync Terraform provider plugin versions to those used internally
This commit is contained in:
parent
f6ce12766b
commit
aab071309f
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" {
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" {
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue