Revert "fix(ip6): Use updated profile names in 2n suites"
[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 }