Skip to content

Commit

Permalink
feat(deps): update terraform cloudflare ( 4.47.0 → 4.48.0 ) (#4122)
Browse files Browse the repository at this point in the history
Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com>
  • Loading branch information
tyriis-automation[bot] authored Dec 11, 2024
1 parent 507f59e commit 4e092ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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 infra/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.47.0"
version = "4.48.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 4e092ab

Please sign in to comment.