Skip to content

Commit

Permalink
Update Terraform cloudflare to v4.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 944f5c3 commit f7fa452
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 f7fa452

Please sign in to comment.