Skip to content

Commit

Permalink
chore: downgrade terraform to version 5.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Olatokumbo committed Jan 11, 2025
1 parent 1f6eaa0 commit 40da907
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions .platform/terraform/environments/staging/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .platform/terraform/environments/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.68.0"
version = "5.46.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .platform/terraform/modules/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.68.0"
version = "5.46.0"
}
}
}

0 comments on commit 40da907

Please sign in to comment.