Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v4.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 3d88ff2 commit 0e8daa2
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.48.0"
version = "4.49.1"
}
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.48.0"
version = "4.49.1"
}
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.48.0"
version = "4.49.1"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 0e8daa2

Please sign in to comment.