mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
changed module id to vpc_id
This commit is contained in:
@@ -3,8 +3,7 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
data "aws_subnet_ids" "private" {
|
data "aws_subnet_ids" "private" {
|
||||||
vpc_id = "${module.vpc.id}"
|
vpc_id = "${module.vpc.vpc_id}"
|
||||||
|
|
||||||
tags = {
|
tags = {
|
||||||
Tier = "Private"
|
Tier = "Private"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user