Skip to content

Commit

Permalink
Merge pull request #855 from portefaix/renovate/cloudflare-4.x
Browse files Browse the repository at this point in the history
Update Terraform cloudflare to v4.20.0
  • Loading branch information
nlamirault authored Nov 29, 2023
2 parents 944f5c3 + f7fa452 commit 3e0475e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/k3s/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.19.0"
version = "4.20.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/k3s/observability/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.19.0"
version = "4.20.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/k3s/tunnel/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.19.0"
version = "4.20.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/k3s/waf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.19.0"
version = "4.20.0"
}
}
}

0 comments on commit 3e0475e

Please sign in to comment.