mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
commententing out etcd for for now while I work on cp
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
locals {
|
||||
service = "${var.prefix}-${var.name}-cp"
|
||||
}
|
||||
|
||||
data "aws_vpc" "main" {
|
||||
filter {
|
||||
name = "tag:Name"
|
||||
|
||||
Reference in New Issue
Block a user