terraform.aws-baseline-infra/examples/eks-lab/network/variables.tf
2023-02-21 12:26:31 +08:00

6 lines
157 B
HCL

variable "aws-region" {}
variable "aws-region-short" {}
variable "customer-name" {}
variable "environment" {}
variable "project" {}
variable "application" {}