Skip to content

Commit

Permalink
Revert terraform version bump
Browse files Browse the repository at this point in the history
Partially reverts 2i2c-org#4745,
as Terraform 1.9 is not an open source product.
  • Loading branch information
yuvipanda committed Nov 7, 2024
1 parent 8263b2f commit 5b9f15f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.5"

required_providers {
aws = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = "~> 1.9"
required_version = "~> 1.5"
required_providers {
azurerm = {
# FIXME: upgrade to v4, see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.5"

backend "gcs" {}
required_providers {
Expand Down
2 changes: 1 addition & 1 deletion terraform/uptime-checks/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9"
required_version = "~> 1.5"
backend "gcs" {
# This is a separate GCS bucket than what we use for our other terraform state
# This is less sensitive, so let's keep it separate
Expand Down

0 comments on commit 5b9f15f

Please sign in to comment.