Skip to content

Commit

Permalink
Update Terraform cloudflare to v5 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 06bc90e commit de2095f
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 @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~>4.0"
version = "~> 5.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 @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~>4.0"
version = "~> 5.0"
}
namecheap = {
source = "namecheap/namecheap"
Expand Down

0 comments on commit de2095f

Please sign in to comment.