-
Notifications
You must be signed in to change notification settings - Fork 95
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
Added: Grouping for VPCs on AWS #37
base: master
Are you sure you want to change the base?
Conversation
It allows the Provider to return the groups of a Resource ID
That allows to add the GroupIDs in which the Node belongs to
This way we have the info on the Node as we want
We use the 'cluster' logic to generate a subgraph, it has it's limitations but it works for now
The 2 icons that seems common for VPC are:
Having a tfstate / module with more than 1 VPC is completely valid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I'd add more complex tfstate:
- Multiple VPCs
- Empty VPC
- Communication cross VPC
I believe the https://github.com/cycloidio/inframap#how-does-it-work would have to be updated too
c0bd35f
to
d9632dd
Compare
First implementation of Groups for AWS VPC.
TODO:
Current result:
Closes #6