Skip to content

Commit

Permalink
Update Terraform (#141)
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] committed Aug 26, 2023
1 parent 589ab17 commit 4e2330f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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.5.3"
required_version = "1.5.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = "5.9.0"
version = "5.14.0"
}
}

Expand Down

0 comments on commit 4e2330f

Please sign in to comment.