Skip to content

Commit

Permalink
chore: same changes for prd
Browse files Browse the repository at this point in the history
  • Loading branch information
chlohilt committed May 16, 2024
1 parent 0f69bb1 commit 4b1213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iac/prd/app/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.4.5"
required_version = "1.8.2"
backend "s3" {
bucket = "terraform-state-storage-891377162314"
dynamodb_table = "terraform-state-lock-891377162314"
Expand All @@ -9,7 +9,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.63"
version = "~> 5.27"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 4b1213b

Please sign in to comment.