Skip to content

Commit

Permalink
update acme provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 13, 2023
1 parent 3c35795 commit 1b2a4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
acme = {
source = "vancluever/acme"
version = "2.13.0-beta1"
version = "2.18.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
2 changes: 1 addition & 1 deletion modules/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
acme = {
source = "vancluever/acme"
version = "2.13.0-beta1"
version = "2.18.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/recruiting/ghost/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
acme = {
source = "vancluever/acme"
version = "2.13.0-beta1"
version = "2.18.0"
}
}
}
Expand Down

0 comments on commit 1b2a4ed

Please sign in to comment.