Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to 4.52.0
Browse files Browse the repository at this point in the history
| datasource         | package               | from   | to     |
| ------------------ | --------------------- | ------ | ------ |
| terraform-provider | cloudflare/cloudflare | 4.47.0 | 4.52.0 |
  • Loading branch information
robodexo2000[bot] authored Feb 5, 2025
1 parent aa3c2f9 commit 6fe38d2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 20 deletions.
47 changes: 30 additions & 17 deletions .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/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.47.0"
version = "4.52.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion mail/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.47.0"
version = "4.52.0"
}

migadu = {
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.47.0"
version = "4.52.0"
}

migadu = {
Expand Down

0 comments on commit 6fe38d2

Please sign in to comment.