Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vpc.aws_route_table_association missing output for depends_on dependency #443

Closed
crsantini opened this issue May 10, 2020 · 2 comments
Closed

Comments

@crsantini
Copy link

crsantini commented May 10, 2020

Hi there,

First of all, thanks for putting together this module, it saves us a lot of time.

We are having an issue when we setup a new resource that depends on routing tables associated by your module when we want to destroy our infrastructure.

The issue is that prior we can delete our application resources, even though we have set a depends on the vpc.id , the vpc.aws_route_table_association.private and vpc.aws_route_table_association.public are deleted first, so all internal and external communication from and to our application is stopped which blocks us to terminate our applications accordingly.

We tried to find an output on your module that we could expose as "depends_on" for both vpc.aws_route_table_association.private and vpc.aws_route_table_association.public to our resource but it doesn't seem to exist yet.

@DrFaust92
Copy link
Contributor

fixed by #398

@github-actions
Copy link

github-actions bot commented Nov 1, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants