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 Jul 24, 2024
1 parent 1dbb9f1 commit fc4f920
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.1"
required_version = "1.9.3"

required_providers {
aws = {
source = "hashicorp/aws"
version = "5.57.0"
version = "5.59.0"
}
}

Expand Down

0 comments on commit fc4f920

Please sign in to comment.