4825ad1495
- Added terraform-mcp - Added S3 storage to gitea - Changed context size for windows LLMs - Changed number of cores for VMs, added P2000 support
16 lines
299 B
Terraform
16 lines
299 B
Terraform
variable "fqdn" {
|
|
description = "FQDN for the service"
|
|
type = string
|
|
}
|
|
|
|
variable "tag" {
|
|
description = "Image tag to deploy"
|
|
type = string
|
|
default = "1.0.0"
|
|
}
|
|
|
|
variable "persistent_folder" {
|
|
description = "Path for persistent data on the host"
|
|
type = string
|
|
}
|