terraform.aws-baseline-infra/examples/skel/variables.tf

6 lines
127 B
Terraform
Raw Permalink Normal View History

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