Skip to content

Commit

Permalink
fix(terraform): update terraform http ( 3.4.0 → 3.4.4 )
Browse files Browse the repository at this point in the history
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | hashicorp/http | 3.4.0 | 3.4.4 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 785a147 commit a0e9999
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.4"
}
sops = {
source = "carlpett/sops"
Expand Down

0 comments on commit a0e9999

Please sign in to comment.