Skip to content

Commit

Permalink
Merge pull request #36 from resnostyle/renovate/cloudflare-4.x
Browse files Browse the repository at this point in the history
Update Terraform cloudflare to v4.23.0
  • Loading branch information
resnostyle authored Jan 30, 2024
2 parents 18b7c5c + 7a79bb4 commit 2158390
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.22.0"
version = "4.23.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.22.0"
version = "4.23.0"
}
namecheap = {
source = "namecheap/namecheap"
Expand Down

0 comments on commit 2158390

Please sign in to comment.