Skip to content

Commit

Permalink
Merge pull request #1590 from portefaix/renovate/cloudflare-4.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform cloudflare to v4.51.0
  • Loading branch information
nlamirault authored Jan 22, 2025
2 parents ca0e798 + 7858f25 commit 7c8cdfe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion terraform/talos/dns/homelab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/dns/modules/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/observability/homelab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/tunnel/homelab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/tunnel/modules/tunnel/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/waf/homelab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/talos/waf/modules/waf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.50.0"
version = "4.51.0"
}
}
}

0 comments on commit 7c8cdfe

Please sign in to comment.