mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Fixing the service name on cp
This commit is contained in:
@@ -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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user