Skip to content

Commit

Permalink
Merge pull request #502 from robinmordasiewicz/dependabot/terraform/t…
Browse files Browse the repository at this point in the history
…erraform/hashicorp/http-3.4.4
  • Loading branch information
robinmordasiewicz authored Aug 5, 2024
2 parents 9d90ebe + 68484a4 commit 8629894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spoke-k8s-node-pool-gpu = false
| azurerm | 3.113.0 |
| external | 2.3.3 |
| git | 0.1.0 |
| http | 3.4.3 |
| http | 3.4.4 |
| local | 2.5.1 |
| null | 3.2.2 |
| random | 3.6.2 |
Expand All @@ -81,7 +81,8 @@ spoke-k8s-node-pool-gpu = false
| owner\_email | Email address for use with Owner tag. | `string` | `"[email protected]"` | no |
| spoke-check-internet-up-ip | Spoke Container Server Checks the Internet at this IP Address | `string` | `"8.8.8.8"` | no |
| spoke-k8s-node-pool-gpu | Set to true to enable GPU workloads | `bool` | `false` | no |
| spoke-linux-server-image | Container server image product | `string` | `"ubuntu"` | no |
| spoke-k8s-node-pool-image | k8s node pool image. | `bool` | `false` | no |
| spoke-linux-server-image | Container server image product | `string` | `"linux-server"` | no |
| spoke-linux-server-image-gpu | Set to true to enable GPU workloads | `bool` | `false` | no |
| spoke-linux-server-ip | Spoke Container Server IP Address | `string` | `"10.1.1.5"` | no |
| spoke-linux-server-ollama-port | Port for ollama | `string` | `"11434"` | no |
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.3"
version = "3.4.4"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 8629894

Please sign in to comment.