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

Auto Generate DFDs #7

Open
rbhitchcock opened this issue Jun 7, 2019 · 1 comment
Open

Auto Generate DFDs #7

rbhitchcock opened this issue Jun 7, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@rbhitchcock
Copy link
Contributor

This change would likely be a new project all together, though it should be explored in the context of this existing work.

Ditch the concept of a provider and instead have a provisioner or more generic plugin. Terraform builds a dependency graph each time you run a command (or at least each time you run commands like apply). I would love to see if we can just walk that dependency graph and flag elements we care about (subnets, load balancers, vpcs, etc) and auto generate the DFDs rather than require them to be specified in an .hcl file

https://www.terraform.io/docs/internals/graph.html

@rbhitchcock rbhitchcock added the enhancement New feature or request label Jun 7, 2019
@cmavr8
Copy link

cmavr8 commented Oct 2, 2020

I just learnt about this project (by reading this nice article of yours), and this was my first thought and discussion internally at work. @rbhitchcock it seems like you had this idea for some time, are you aware of any advancements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants