Skip to content

Commit

Permalink
Merge pull request #60 from kahnwong/dependabot/terraform/cloudflare/…
Browse files Browse the repository at this point in the history
…cloudflare/cloudflare-4.44.0

chore(deps): bump cloudflare/cloudflare from 4.43.0 to 4.44.0 in /cloudflare
  • Loading branch information
kahnwong authored Oct 17, 2024
2 parents bd26574 + 2043d60 commit 074fc86
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions cloudflare/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloudflare/modules/cloudflare-pages/providers.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.43.0"
version = "~> 4.44.0"
}
}
}
2 changes: 1 addition & 1 deletion cloudflare/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.43.0"
version = "~> 4.44.0"
}
}
}

0 comments on commit 074fc86

Please sign in to comment.