outputs.tf 76 B

123
  1. output "subnets" {
  2. value = "${join(",",aws_subnet.db_private_sns.*.id)}"
  3. }