Skip to content

Commit

Permalink
fix(terraform): update terraform http to 3.4.1 (#1575)
Browse files Browse the repository at this point in the history
Co-authored-by: k8s-renovate[bot] <129223303+k8s-renovate[bot]@users.noreply.github.com>
  • Loading branch information
bot-blake[bot] authored Dec 19, 2023
1 parent f2f34ca commit fa1b308
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
38 changes: 24 additions & 14 deletions terraform/cloudflare/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
}

Expand Down

0 comments on commit fa1b308

Please sign in to comment.