deploy-templates/aws/terraform.tfvars (14 lines of code) (raw):

#------------------------------------------------ # Modify the region to use different AWS region #------------------------------------------------ aws_region = "eu-central-1" aws_zone = "eu-central-1b" cluster_name = "" tags = { "SysName" = "MDTU-DDM" "SysOwner" = "EPAM" "Environment" = "development" "CostCenter" = "EPAM" "BusinessUnit" = "MDTU-DDM" "Department" = "DevOps" }