Skip to content

Commit

Permalink
Merge pull request #3 from code0-tech/renovate/cloudflare-4.x
Browse files Browse the repository at this point in the history
Update Terraform cloudflare to v4.24.0
  • Loading branch information
Taucher2003 authored Feb 9, 2024
2 parents bd69e00 + 45fd661 commit 3f4fcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.12.0"
version = "4.24.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.12.0"
version = "4.24.0"
}
}
}
Expand Down

0 comments on commit 3f4fcdc

Please sign in to comment.