Skip to content

Commit

Permalink
Add TG Arn as output
Browse files Browse the repository at this point in the history
  • Loading branch information
ranikamadurawe committed Jun 20, 2024
1 parent 100432d commit d9a4395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/aws/Transit-Gateway/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ output "association_default_route_table_id" {
output "propagation_default_route_table_id" {
value = aws_ec2_transit_gateway.ec2_transit_gateway.propagation_default_route_table_id
}
output "transit_gateway_arn" {
value = aws_ec2_transit_gateway.ec2_transit_gateway.arn
}

0 comments on commit d9a4395

Please sign in to comment.