initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
variable "aws-region" {}
|
||||
# variable "aws-region-short" {}
|
||||
variable "customer-name" {}
|
||||
variable "environment" {}
|
||||
variable "project" {}
|
||||
variable "application" {}
|
||||
locals {
|
||||
resource-prefix = "${var.environment}-${substr(var.aws-region, 0, 2)}-${var.customer-name}-${var.project}"
|
||||
}
|
||||
Reference in New Issue
Block a user