feat(topology): Enable 2 QATs
[csit.git] / terraform-aws-subnet / outputs.tf
1 output "subnet_id" {
2   value       = aws_subnet.subnet.id
3   description = "The ID of the Subnet"
4 }