mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
17 lines
246 B
HCL
17 lines
246 B
HCL
|
|
variable "do_api_token" {
|
|
type = string
|
|
default = "${env("DO_API_TOKEN")}"
|
|
sensitive = true
|
|
}
|
|
|
|
variable "do_region" {
|
|
type = string
|
|
default = "ams3"
|
|
}
|
|
|
|
variable "talos_version" {
|
|
type = string
|
|
default = "v1.3.3"
|
|
}
|