mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Fixing the service name on cp
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
locals {
|
||||
service = "cp-${var.prefix}-${var.name}"
|
||||
service = "cp-${var.prefix}"
|
||||
}
|
||||
|
||||
data "aws_subnet_ids" "private" {
|
||||
|
||||
Reference in New Issue
Block a user