diff --git a/terraform/README.md b/terraform/README.md index aa54f989..1253b418 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -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 | @@ -81,7 +81,8 @@ spoke-k8s-node-pool-gpu = false | owner\_email | Email address for use with Owner tag. | `string` | `"root@example.com"` | 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 | diff --git a/terraform/terraform.tf b/terraform/terraform.tf index 8cae1504..ea4f4d5e 100644 --- a/terraform/terraform.tf +++ b/terraform/terraform.tf @@ -15,7 +15,7 @@ terraform { } http = { source = "hashicorp/http" - version = "3.4.3" + version = "3.4.4" } null = { source = "hashicorp/null"