Skip to content

Commit

Permalink
feat(terraform): update terraform cloudflare to v4.48.0 (#4483)
Browse files Browse the repository at this point in the history
  • Loading branch information
theriver-bot[bot] authored Dec 11, 2024
1 parent f8f4610 commit 18cb4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/terraform/cloudflare/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.47.0"
version = "4.48.0"
}
http = {
source = "hashicorp/http"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/s3/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.47.0"
version = "4.48.0"
}
}
}
Expand Down

0 comments on commit 18cb4f0

Please sign in to comment.