Skip to content

Commit 08c1cce

Browse files
author
arathy.nair
committed
fix: newreleasebranch: updated output
1 parent 348061f commit 08c1cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ output "private_route_table_ids" {
265265

266266
output "database_route_table_ids" {
267267
description = "List of IDs of database route tables"
268-
value = length(aws_route_table.database[*].id) > 0 ? aws_route_table.database[*].id : aws_route_table.private[*].id
268+
value = length(aws_route_table.database) > 0 ? aws_route_table.database[*].id : aws_route_table.private[*].id
269269
}
270270

271271
output "redshift_route_table_ids" {

0 commit comments

Comments
 (0)