• Mike Hennessy's avatar
    fix: Ensure database route table output works (#926) · e4c48d46
    Mike Hennessy authored
    * 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: default avatarBryant Biggs <bryantbiggs@gmail.com>
    e4c48d46
Name
Last commit
Last update
.github Loading commit data...
examples Loading commit data...
modules/vpc-endpoints Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.pre-commit-config.yaml Loading commit data...
.releaserc.json Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
UPGRADE-3.0.md Loading commit data...
UPGRADE-4.0.md Loading commit data...
main.tf Loading commit data...
outputs.tf Loading commit data...
variables.tf Loading commit data...
versions.tf Loading commit data...
vpc-flow-logs.tf Loading commit data...