Skip to content

Commit

Permalink
chore(deps): update terraform http to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis-automation[bot] authored Dec 19, 2023
1 parent ba1d6b0 commit 9b13ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/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
2 changes: 1 addition & 1 deletion infra/terraform/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 9b13ecf

Please sign in to comment.