Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v4.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2024
1 parent 7615f5a commit bd58766
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.43.0"
version = "4.44.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.43.0"
version = "4.44.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.43.0"
version = "4.44.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit bd58766

Please sign in to comment.