Skip to content

Commit b1e0b70

Browse files
authored
Merge pull request #199 from tablexi/output_vpc
2 parents 2ac00a8 + b05e185 commit b1e0b70

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

aws/eks/outputs.tf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ output "subnets" {
2626
value = module.eks-subnets.subnets
2727
}
2828

29-
output "vpc_id" {
30-
value = module.eks-vpc.vpc_id
31-
}
32-
33-
output "vpc_cidr_block" {
34-
value = module.eks-vpc.cidr_block
29+
output "eks-vpc" {
30+
value = module.eks-vpc
3531
}
3632

3733
output "elastic_ip" {

0 commit comments

Comments
 (0)