1
0
Files
terraform.examples/skel/variables.tf
T
2026-02-13 15:44:24 +08:00

6 lines
127 B
Terraform

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