1
0
Files
2026-02-13 15:44:24 +08:00

11 lines
269 B
Terraform

variable "aws-region" {}
variable "aws-region-short" {}
variable "customer-name" {}
variable "environment" {}
variable "project" {}
variable "application" {}
variable vpc_id {}
variable subnet_ids {}
variable control_plane_subnet_ids {}
variable eks_master_user_arn {}