Fixing the service name on cp
parent
5f189d1d10
commit
7fc4b44322
|
@ -1,5 +1,5 @@
|
|||
locals {
|
||||
service = "cp-${var.prefix}-${var.name}"
|
||||
service = "cp-${var.prefix}"
|
||||
}
|
||||
|
||||
data "aws_subnet_ids" "private" {
|
||||
|
|
Loading…
Reference in New Issue