Skip to content

Commit

Permalink
fix(terraform): update terraform http ( 3.4.4 → 3.4.5 ) (#984)
Browse files Browse the repository at this point in the history
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Sep 10, 2024
1 parent 8b592ed commit bb48cc4
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
48 changes: 24 additions & 24 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 @@ -14,7 +14,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.4"
version = "3.4.5"
}
}
}
Expand Down
48 changes: 24 additions & 24 deletions infrastructure/terraform/unifi/.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/unifi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.4"
version = "3.4.5"
}
}
}
Expand Down

0 comments on commit bb48cc4

Please sign in to comment.