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