Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent a621b02 commit 8beebe5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
39 changes: 21 additions & 18 deletions infra/.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 infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~>4.17"
version = "~> 5.0"
}
}
backend "s3" {
Expand Down
2 changes: 1 addition & 1 deletion infra/tailscale-record/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.17"
version = "~> 5.0"
}
tailscale = {
source = "tailscale/tailscale"
Expand Down

0 comments on commit 8beebe5

Please sign in to comment.