Skip to content

Commit

Permalink
fix(terraform): update terraform http to 3.4.1
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | hashicorp/http | 3.4.0 | 3.4.1 |
  • Loading branch information
wyoa-bot[bot] committed Dec 19, 2023
1 parent a878d09 commit 12e3693
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions infrastructure/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 infrastructure/terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
sops = {
source = "carlpett/sops"
Expand Down

0 comments on commit 12e3693

Please sign in to comment.