Skip to content

Commit 78360e9

Browse files
Merge pull request #110 from socraticDevBlog/20251111-upgradeterraform
chore: upgraade terraform
2 parents b5070bb + f6d2179 commit 78360e9

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

terraform/.terraform.lock.hcl

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.92.0"
5+
version = "6.20.0"
66
}
77
random = {
88
source = "hashicorp/random"
9-
version = "3.7.1"
9+
version = "3.7.2"
1010
}
1111
archive = {
1212
source = "hashicorp/archive"
13-
version = "2.7.0"
13+
version = "2.7.1"
1414
}
1515
local = {
1616
source = "hashicorp/local"
17-
version = "2.5.2"
17+
version = "2.5.3"
1818
}
1919
}
2020

21-
required_version = "1.12.1"
21+
required_version = "1.13.5"
2222
}
2323

2424
provider "aws" {

0 commit comments

Comments
 (0)