Skip to content

Commit

Permalink
chore(deps): update terraform tls to < 4.0.7 (#654)
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 Sep 11, 2024
1 parent 73956d2 commit ce848b9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
38 changes: 24 additions & 14 deletions terraform/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion terraform/modules/tls_acme/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "< 4.0.6"
version = "< 4.0.7"
}
}
}
Expand Down

0 comments on commit ce848b9

Please sign in to comment.