6 lines
146 B
Terraform
6 lines
146 B
Terraform
variable "aws-region" {}
|
|
variable "customer-name" {}
|
|
variable "environment" {}
|
|
variable "project" {}
|
|
variable "application" {}
|
|
variable "owner" {} |