Skip to content

Commit

Permalink
Update Terraform cloudflare to v4.17.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 Oct 18, 2023
1 parent 8b93b20 commit cc52a95
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.16.0"
version = "4.17.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.16.0"
version = "4.17.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.16.0"
version = "4.17.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.16.0"
version = "4.17.0"
}
}
}

0 comments on commit cc52a95

Please sign in to comment.