Files
example.terraform/tgw-ram-share/account2/network/outputs.tf
T

19 lines
390 B
Terraform

output vpc-id {
value = data.aws_vpc.vpc1.id
}
output share-name {
value = aws_ram_resource_share_accepter.tgw-accepter.share_name
}
output share-status {
value = aws_ram_resource_share_accepter.tgw-accepter.status
}
output shared-resources {
value = aws_ram_resource_share_accepter.tgw-accepter.resources
}
output tgw-id {
value = data.aws_ec2_transit_gateway.shared-tgw.id
}