terraform-demo/modules/transit-gateway/outputs.tf

3 lines
60 B
HCL

output "tgw_id" {
value = aws_ec2_transit_gateway.tgw.id
}