Skip to content

Commit

Permalink
chore(deps): update terraform (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent c40744f commit a48ac69
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.5"
required_version = "1.9.6"

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

Expand Down

0 comments on commit a48ac69

Please sign in to comment.