mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
5d9eeb6c4c
* Terraform 0.12
6 lines
81 B
Terraform
6 lines
81 B
Terraform
variable "cluster-name" {
|
|
default = "terraform-eks-demo"
|
|
type = string
|
|
}
|
|
|