Commit 45e8a564 authored by V Malinics's avatar V Malinics Committed by GitHub

added owner_id output (#1)

parent 23b0a02d
output "owner_id" {
description = "The owner of the VPC/Account number"
value = concat(aws_vpc.this.*.owner_id, [""])[0]
}
output "vpc_id" { output "vpc_id" {
description = "The ID of the VPC" description = "The ID of the VPC"
value = concat(aws_vpc.this.*.id, [""])[0] value = concat(aws_vpc.this.*.id, [""])[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment