Skip to content

Commit 1a139ef

Browse files
committed
Update recommended Terraform versions and providers
* Sync the documented Terraform versions and provider plugin versions to those that are actively used/tested by the author
1 parent bc7902f commit 1a139ef

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

docs/cl/aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
1818

1919
```sh
2020
$ terraform version
21-
Terraform v0.12.20
21+
Terraform v0.12.21
2222
```
2323

2424
Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.
@@ -49,7 +49,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
4949

5050
```tf
5151
provider "aws" {
52-
version = "2.48.0"
52+
version = "2.53.0"
5353
region = "eu-central-1"
5454
shared_credentials_file = "/home/user/.config/aws/credentials"
5555
}

docs/cl/azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
2121

2222
```sh
2323
$ terraform version
24-
Terraform v0.12.20
24+
Terraform v0.12.21
2525
```
2626

2727
Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.
@@ -50,7 +50,7 @@ Configure the Azure provider in a `providers.tf` file.
5050

5151
```tf
5252
provider "azurerm" {
53-
version = "2.0.0"
53+
version = "2.1.0"
5454
}
5555
5656
provider "ct" {

docs/cl/bare-metal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
111111

112112
```sh
113113
$ terraform version
114-
Terraform v0.12.20
114+
Terraform v0.12.21
115115
```
116116

117117
Add the [terraform-provider-matchbox](https://github.com/poseidon/terraform-provider-matchbox) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.

docs/cl/digital-ocean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
1818

1919
```sh
2020
$ terraform version
21-
Terraform v0.12.20
21+
Terraform v0.12.21
2222
```
2323

2424
Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.

docs/cl/google-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
1818

1919
```sh
2020
$ terraform version
21-
Terraform v0.12.20
21+
Terraform v0.12.21
2222
```
2323

2424
Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.
@@ -49,7 +49,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
4949

5050
```tf
5151
provider "google" {
52-
version = "3.7.0"
52+
version = "3.12.0"
5353
project = "project-id"
5454
region = "us-central1"
5555
credentials = file("~/.config/google-cloud/terraform.json")

docs/fedora-coreos/aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
1818

1919
```sh
2020
$ terraform version
21-
Terraform v0.12.20
21+
Terraform v0.12.21
2222
```
2323

2424
Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.
@@ -49,7 +49,7 @@ Configure the AWS provider to use your access key credentials in a `providers.tf
4949

5050
```tf
5151
provider "aws" {
52-
version = "2.48.0"
52+
version = "2.53.0"
5353
region = "eu-central-1"
5454
shared_credentials_file = "/home/user/.config/aws/credentials"
5555
}

docs/fedora-coreos/bare-metal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
111111

112112
```sh
113113
$ terraform version
114-
Terraform v0.12.20
114+
Terraform v0.12.21
115115
```
116116

117117
Add the [terraform-provider-matchbox](https://github.com/poseidon/terraform-provider-matchbox) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.

docs/fedora-coreos/google-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.6+ on your sy
2121

2222
```sh
2323
$ terraform version
24-
Terraform v0.12.20
24+
Terraform v0.12.21
2525
```
2626

2727
Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name.
@@ -52,7 +52,7 @@ Configure the Google Cloud provider to use your service account key, project-id,
5252

5353
```tf
5454
provider "google" {
55-
version = "3.7.0"
55+
version = "3.12.0"
5656
project = "project-id"
5757
region = "us-central1"
5858
credentials = file("~/.config/google-cloud/terraform.json")

0 commit comments

Comments
 (0)