Skip to content

Commit

Permalink
Update Terraform cloudflare to v4.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent ec4d878 commit 50a66f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudflare/mail_server/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.36.0"
version = "4.37.0"
}
namecheap = {
source = "namecheap/namecheap"
Expand Down
2 changes: 1 addition & 1 deletion cloudflare/mail_server_secondary/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.36.0"
version = "4.37.0"
}
namecheap = {
source = "namecheap/namecheap"
Expand Down

0 comments on commit 50a66f8

Please sign in to comment.