mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Commenting out subnet_ids data resource temporarily
This commit is contained in:
@@ -2,13 +2,13 @@ locals {
|
|||||||
service = "${var.prefix}-${var.name}-cp"
|
service = "${var.prefix}-${var.name}-cp"
|
||||||
}
|
}
|
||||||
|
|
||||||
data "aws_subnet_ids" "private" {
|
# data "aws_subnet_ids" "private" {
|
||||||
vpc_id = "${module.vpc.vpc_id}"
|
# vpc_id = "${module.vpc.vpc_id}"
|
||||||
tags = {
|
# tags = {
|
||||||
Name = "private-${var.prefix}-${var.name}"
|
# Name = "private-${var.prefix}-${var.name}"
|
||||||
Tier = "Private"
|
# Tier = "Private"
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
data "aws_ami" "base" {
|
data "aws_ami" "base" {
|
||||||
owners = ["self"]
|
owners = ["self"]
|
||||||
|
|||||||
Reference in New Issue
Block a user