Skip to content

Commit b05e185

Browse files
committed
REMOVE redundant outputs
1 parent 5ff9af8 commit b05e185

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

aws/eks/outputs.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ output "eks-vpc" {
3030
value = module.eks-vpc
3131
}
3232

33-
output "vpc_id" {
34-
value = module.eks-vpc.vpc_id
35-
}
36-
37-
output "vpc_cidr_block" {
38-
value = module.eks-vpc.cidr_block
39-
}
40-
4133
output "elastic_ip" {
4234
value = var.uses_nat_gateway ? module.eks-vpc-nat-gateway[0].elastic_ip : null
4335
}

0 commit comments

Comments
 (0)