Skip to content

Commit

Permalink
fix(terraform-provider): 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 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent d16c7d9 commit b3245cb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions armature/prod/scr1/.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 armature/prod/scr1/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

0 comments on commit b3245cb

Please sign in to comment.