updated terraform examples
This commit is contained in:
9
terraform/rke2-terraform/variables.tf
Normal file
9
terraform/rke2-terraform/variables.tf
Normal file
@ -0,0 +1,9 @@
|
||||
variable "cluster_name" {
|
||||
type = string
|
||||
default = "minimal"
|
||||
}
|
||||
|
||||
variable "dns_servers" {
|
||||
type = list(string)
|
||||
default = ["192.168.76.253"]
|
||||
}
|
Reference in New Issue
Block a user