File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -715,6 +715,7 @@ No Modules.
715
715
| database\_ route\_ table\_ ids | List of IDs of database route tables |
716
716
| database\_ subnet\_ arns | List of ARNs of database subnets |
717
717
| database\_ subnet\_ group | ID of database subnet group |
718
+ | database\_ subnet\_ group\_ name | Name of database subnet group |
718
719
| database\_ subnets | List of IDs of database subnets |
719
720
| database\_ subnets\_ cidr\_ blocks | List of cidr\_ blocks of database subnets |
720
721
| database\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of database subnets in an IPv6 enabled VPC |
Original file line number Diff line number Diff line change @@ -133,6 +133,11 @@ output "database_subnet_group" {
133
133
value = concat (aws_db_subnet_group. database . * . id , [" " ])[0 ]
134
134
}
135
135
136
+ output "database_subnet_group_name" {
137
+ description = " Name of database subnet group"
138
+ value = concat (aws_db_subnet_group. database . * . name , [" " ])[0 ]
139
+ }
140
+
136
141
output "redshift_subnets" {
137
142
description = " List of IDs of redshift subnets"
138
143
value = aws_subnet. redshift . * . id
You can’t perform that action at this time.
0 commit comments