Skip to content

Commit

Permalink
fix(terraform-provider): update terraform http to 3.4.1 (#5631)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
  • Loading branch information
repo-duster[bot] authored Dec 21, 2023
1 parent bd09dc1 commit f1f2846
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 39 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.0"
version = "3.4.1"
}
}
}
Expand Down
38 changes: 25 additions & 13 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 @@ -14,7 +14,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
}
}
Expand Down

0 comments on commit f1f2846

Please sign in to comment.