Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v4.50.0 (#431)
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 Jan 9, 2025
1 parent 79d2413 commit 3b2696a
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 3b2696a

Please sign in to comment.