Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to 4.49.0
Browse files Browse the repository at this point in the history
| datasource         | package               | from   | to     |
| ------------------ | --------------------- | ------ | ------ |
| terraform-provider | cloudflare/cloudflare | 4.47.0 | 4.49.0 |
  • Loading branch information
robodexo2000[bot] authored Dec 26, 2024
1 parent e4895d0 commit 191cbff
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 34 deletions.
47 changes: 16 additions & 31 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.49.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.49.0"
}

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

migadu = {
Expand Down

0 comments on commit 191cbff

Please sign in to comment.