Fixing the service name on cp

pull/516/head
Jonathan Simon 2019-11-24 21:47:35 -08:00
parent 5f189d1d10
commit 7fc4b44322
1 changed files with 1 additions and 1 deletions

View File

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