Giter Site home page Giter Site logo

Comments (3)

xescugc avatar xescugc commented on July 30, 2024

You can already use STDIN in Inframap, cat state.tfstate | inframap generate this is valid. OFC cat generated/aws/*/*.tf is not valid as it's not possible, but you can do inframap generate --hcl generate/aws/ and it'll read all the folder and if it's a module all the structure even if it has nested.

Could you try that?

from inframap.

BogdanSorlea avatar BogdanSorlea commented on July 30, 2024

hey,
thanks for the input - only afterwards I noticed the cat in the man

however,
for my scenario the tool does not work - it's limited because of the way things are parsed / it relies on the dependency graph, whereas output from terraformer is very static (resources defined in complete isolation from one another, no references):

(☸️ |aws-platform-production-eu-west-1:platform)➜  stag_network_diagram cat generated/aws/subnet/terraform.tfstate | inframap generate
strict digraph G {

}
(☸️ |aws-platform-production-eu-west-1:platform)➜  stag_network_diagram cat generated/aws/vpc/terraform.tfstate | inframap generate
strict digraph G {

}
(☸️ |aws-platform-production-eu-west-1:platform)➜  stag_network_diagram cat generated/aws/subnet/*.tf | inframap --hcl generate
strict digraph G {

}
(☸️ |aws-platform-production-eu-west-1:platform)➜  stag_network_diagram cat generated/aws/vpc/*.tf | inframap --hcl generate
strict digraph G {

}
(☸️ |aws-platform-production-eu-west-1:platform)➜  stag_network_diagram

from inframap.

BogdanSorlea avatar BogdanSorlea commented on July 30, 2024

I'll close this one, as it answers my question and the rest is outside the scope

from inframap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.