11 lines
269 B
HCL
11 lines
269 B
HCL
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 {} |