1
0
Files
terraform.examples/eks-ipv6-nginxpod/variables.tf
T
2026-02-13 15:44:24 +08:00

12 lines
267 B
Terraform

variable "aws-region" {}
variable "aws-region-short" {}
variable "customer-name" {}
variable "environment" {}
variable "project" {}
variable "application" {}
variable "eks_master_user_arn" {}
variable "eks_cluster_name" {
type = string
default = "xpk-eks01"
}