Skip to content

Commit

Permalink
Merge pull request #6 from opzkit/expose-vpc-object
Browse files Browse the repository at this point in the history
feat: expose complete vpc object instead of only id
  • Loading branch information
peter-svensson authored Oct 20, 2021
2 parents 60061af + fd60738 commit c4639eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "vpc_id" {
value = aws_vpc.vpc.id
output "vpc" {
value = aws_vpc.vpc
}

output "private_subnets" {
Expand Down

0 comments on commit c4639eb

Please sign in to comment.