Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v4.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent c4f446d commit a3466dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/components/dns/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.49.1"
version = "4.50.0"
}
adguard = {
source = "gmichels/adguard"
Expand Down
2 changes: 1 addition & 1 deletion terraform/components/gameserver/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.49.1"
version = "4.50.0"
}
null = {
source = "hashicorp/null"
Expand Down
2 changes: 1 addition & 1 deletion terraform/components/virtual-machines/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.49.1"
version = "4.50.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit a3466dc

Please sign in to comment.