Fixing the service name on cp

This commit is contained in:
Jonathan Simon
2019-11-24 21:47:35 -08:00
parent 5f189d1d10
commit 7fc4b44322

View File

@@ -1,5 +1,5 @@
locals {
service = "cp-${var.prefix}-${var.name}"
service = "cp-${var.prefix}"
}
data "aws_subnet_ids" "private" {