terraform.aws-baseline-infra/examples/eks-managed-nodegroup/variables.tf

11 lines
269 B
Terraform
Raw Permalink Normal View History

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 {}