We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348061f commit 08c1cceCopy full SHA for 08c1cce
outputs.tf
@@ -265,7 +265,7 @@ output "private_route_table_ids" {
265
266
output "database_route_table_ids" {
267
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
+ value = length(aws_route_table.database) > 0 ? aws_route_table.database[*].id : aws_route_table.private[*].id
269
}
270
271
output "redshift_route_table_ids" {
0 commit comments