Skip to content

Commit

Permalink
chore(deps): update terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 26a2de7 commit 9b3c290
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions example/infra/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions example/infra/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "1.9.6"
required_version = "1.9.8"

required_providers {
aws = {
source = "hashicorp/aws"
version = "5.69.0"
version = "5.76.0"
}
}

Expand Down

0 comments on commit 9b3c290

Please sign in to comment.