Skip to content

Commit

Permalink
Merge pull request #5050 from yuvipanda/revert-tf
Browse files Browse the repository at this point in the history
Revert terraform version bump
  • Loading branch information
yuvipanda authored Jan 6, 2025
2 parents e955206 + 5b9f15f commit 33e37c1
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 = {
# ref: https://registry.terraform.io/providers/hashicorp/azurerm/latest
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 33e37c1

Please sign in to comment.