Francesc Gil

Results 63 issues of Francesc Gil

**Is your feature request related to a problem? Please describe.** I plan to use this lib as a main Queue system for my company (medium size 5y running). It looks...

enhancement

This allows to not only use the machine FS but any other supported by afero.Fs in this case. This is a PoC PR as I want to be sure this...

On AWS we only support basic networking connections, but there are also IAM connections, we need to also implement them as they give access (link) resources. And add associated elements:...

First implementation of Groups for AWS VPC. TODO: * Check for potential Icon for the VPC * Do some real tests * Check example with more than one VPC if...

Right now we do not have any kind of logs. Would be useful to add detailed logs of the mutations+actions that are been done so some bugs would be more...

enhancement

When we Prune older versions of TF, we read them from the old version but return a newer version with the values sett of the older version (basically the flatmap-0.11...

For Azure the `testdata/azure.tf` was added but no test using it. I tried to add the test but the current implementation does not work, some things I've found: * https://github.com/cycloidio/inframap/blob/master/provider/azurerm/azurerm.go#L72...

bug

Now that we have https://github.com/cycloidio/inframap/issues/5 finished, maybe would also be good to have `egress` connections represented on the Graph.

enhancement

With https://github.com/cycloidio/inframap/pull/25 we have added Icons to InfraMap, this icons are compiled into the binary but for DOT Printer those icons have to be on the FileSystem. What we are...

Add the logic for VPCs, Subnets and Regions. The idea is to have a Grouping between resources that belong to the same VPC, Subnet and/or Region. On `AWS` reading the...