Skip to content

Commit

Permalink
Merge pull request #29 from resnostyle/renovate/cloudflare-4.x
Browse files Browse the repository at this point in the history
Update Terraform cloudflare to v4.21.0
  • Loading branch information
resnostyle authored Jan 6, 2024
2 parents 9feb838 + e5becba commit c94b84c
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.20.0"
version = "4.21.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.20.0"
version = "4.21.0"
}
namecheap = {
source = "namecheap/namecheap"
Expand Down

0 comments on commit c94b84c

Please sign in to comment.