variable "customer-name" {} variable "environment" {} variable "project" {} variable "application" {} variable "aws-region-short" {} variable "default-tags" {} locals { resource-prefix = "${var.environment}-${var.aws-region-short}-${var.customer-name}-${var.project}" } variable config-retention-days { type = number default = 365 }