Skip to content

Commit

Permalink
Update Terraform http to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent 739c0a5 commit b1b0529
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 28 deletions.
38 changes: 25 additions & 13 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 @@ -14,7 +14,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
sops = {
source = "carlpett/sops"
Expand Down
38 changes: 25 additions & 13 deletions terraform/vms/.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/vms/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
}
}

0 comments on commit b1b0529

Please sign in to comment.