Skip to content

Commit

Permalink
chore(deps): update terraform acme to v2.16.1 (#486)
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 and mrzzy committed Jun 12, 2024
1 parent 54e543c commit 4132c16
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 30 deletions.
43 changes: 15 additions & 28 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/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
acme = {
source = "vancluever/acme"
version = "2.15.1"
version = "2.16.1"
}
b2 = {
source = "Backblaze/b2"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/tls_acme/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
acme = {
source = "vancluever/acme"
version = "< 2.15.2"
version = "< 2.16.2"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 4132c16

Please sign in to comment.