Commit e4c48d4
fix: Ensure database route table output works (#926)
* fix: ensure database route table output works
On initial plan the `database_route_table_ids` output is not
available due to the values not being known until after apply.
Switching the logic to test the length of the array fixes this
issue. Credit to @martin566 for discovering the solution.
fixes #857
* Update outputs.tf
* Update outputs.tf
---------
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>1 parent b588428 commit e4c48d4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
0 commit comments