Skip to content

Commit

Permalink
added owner_id output (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalinics0 authored Apr 8, 2020
1 parent 23b0a02 commit 45e8a56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
output "owner_id" {
description = "The owner of the VPC/Account number"
value = concat(aws_vpc.this.*.owner_id, [""])[0]
}

output "vpc_id" {
description = "The ID of the VPC"
value = concat(aws_vpc.this.*.id, [""])[0]
Expand Down

0 comments on commit 45e8a56

Please sign in to comment.