Skip to content

Commit

Permalink
Add output
Browse files Browse the repository at this point in the history
  • Loading branch information
xhoantran committed Nov 4, 2023
1 parent 04e509c commit 9dae7ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core-infra/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "attendance-vpc-id" {
value = aws_vpc.ucf_here_vpc.id
}

output "attendance-vpc-public-subnet-ids" {
value = data.aws_subnet.public.*.id
}

0 comments on commit 9dae7ca

Please sign in to comment.