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

Before destroy notification: clean up #3596

Open
1 task
cyber-francis opened this issue Apr 21, 2024 · 0 comments
Open
1 task

Before destroy notification: clean up #3596

cyber-francis opened this issue Apr 21, 2024 · 0 comments
Labels
enhancement New feature or request new Un-triaged issue

Comments

@cyber-francis
Copy link

Description

Let me make up a scenario in GCP.

Say I create a subnet using cdktf python. The properties of this subnet is read from a config file. If I remove the config file, this subnet will be destroyed. This is fine.

But, I want to identify/know if this resource will be destroyed, so I can do some cleanup before the actual destroy. Please, is if this possible?

In simple terms:
subnet = SubnetClass(on_destroy=cleanup)

References

No response

Help Wanted

  • I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@cyber-francis cyber-francis added enhancement New feature or request new Un-triaged issue labels Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new Un-triaged issue
Projects
None yet
Development

No branches or pull requests

1 participant