fix(specs): 1n-spr disable flow tests
[csit.git] / fdio.infra.terraform / terraform-aws-subnet / outputs.tf
1 output "subnet_id" {
2   value       = aws_subnet.subnet.id
3   description = "The ID of the Subnet"
4 }