Skip to content

Commit 40da907

Browse files
committed
chore: downgrade terraform to version 5.46
1 parent 1f6eaa0 commit 40da907

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.platform/terraform/environments/staging/.terraform.lock.hcl

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.platform/terraform/environments/staging/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.68.0"
5+
version = "5.46.0"
66
}
77
}
88
}

.platform/terraform/modules/service/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.68.0"
5+
version = "5.46.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)