terraform.aws-baseline-infra/examples/eks-lab/eks/variables.tf

6 lines
157 B
Terraform
Raw Normal View History

2023-02-21 12:26:31 +08:00
variable "aws-region" {}
variable "aws-region-short" {}
variable "customer-name" {}
variable "environment" {}
variable "project" {}
variable "application" {}