Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardl authored Jul 15, 2020
1 parent de3edb7 commit b0b914d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ output "nat_gateway_ids" {
value = aws_nat_gateway.private[*].id
}

output "cidr_block" {
description = "The cidr_block of the VPC."
value = aws_vpc.main.cidr_block
}

output "default_security_group_id" {
description = "The id of the VPC default security group"
value = aws_vpc.main.default_security_group_id
}
}

0 comments on commit b0b914d

Please sign in to comment.