Skip to content

Commit c9ed218

Browse files
chore(deps): update terraform
1 parent 44d4407 commit c9ed218

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

example/infra/.terraform.lock.hcl

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

example/infra/terraform.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
terraform {
2-
required_version = "1.10.5"
2+
required_version = "1.11.1"
33

44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "5.87.0"
7+
version = "5.90.0"
88
}
99
}
1010

0 commit comments

Comments
 (0)