Skip to content

Commit

Permalink
Update Terraform version to allow v0.15.0
Browse files Browse the repository at this point in the history
* Require Terraform version v0.13 <= x < v0.16
  • Loading branch information
dghubble committed Apr 16, 2021
1 parent c11e23f commit a5b5fe7
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion aws/fedora-coreos/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
aws = ">= 2.23, <= 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion aws/fedora-coreos/kubernetes/workers/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
aws = ">= 2.23, <= 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion aws/flatcar-linux/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
aws = ">= 2.23, <= 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion aws/flatcar-linux/kubernetes/workers/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
aws = ">= 2.23, <= 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion azure/fedora-coreos/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
azurerm = "~> 2.8"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion azure/fedora-coreos/kubernetes/workers/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
azurerm = "~> 2.8"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion azure/flatcar-linux/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
azurerm = "~> 2.8"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion azure/flatcar-linux/kubernetes/workers/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
azurerm = "~> 2.8"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/fedora-coreos/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/flatcar-linux/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion digital-ocean/fedora-coreos/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion digital-ocean/flatcar-linux/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/fedora-coreos/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
2 changes: 1 addition & 1 deletion docs/flatcar-linux/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.13.0+ on your sy

```sh
$ terraform version
Terraform v0.13.0
Terraform v0.15.0
```

Read [concepts](/architecture/concepts/) to learn about Terraform, modules, and organizing resources. Change to your infrastructure repository (e.g. `infra`).
Expand Down
5 changes: 3 additions & 2 deletions docs/topics/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ Typhoon modules have been updated for v0.13.x, but retain compatibility with v0.

| Typhoon Release | Terraform version |
|-------------------|---------------------|
| v1.21.0 - ? | v0.13.x, v0.14.4+ |
| v1.20.0 - v1.21.0 | v0.13.x |
| v1.21.1 - ? | v0.13.x, v0.14.4+, v0.15.0 |
| v1.20.2 - v1.21.0 | v0.13.x, v0.14.4+ |
| v1.20.0 - v1.20.2 | v0.13.x |
| v1.18.8 - v1.19.4 | v0.12.26+, v0.13.x |
| v1.15.0 - v1.18.8 | v0.12.x |
| v1.10.3 - v1.15.0 | v0.11.x |
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/fedora-coreos/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
google = ">= 2.19, < 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/fedora-coreos/kubernetes/workers/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
google = ">= 2.19, < 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/flatcar-linux/kubernetes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
google = ">= 2.19, < 4.0"
template = "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/flatcar-linux/kubernetes/workers/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform version and plugin versions

terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
google = ">= 2.19, < 4.0"
template = "~> 2.1"
Expand Down

0 comments on commit a5b5fe7

Please sign in to comment.