Giter VIP home page Giter VIP logo

Comments (4)

im2nguyen avatar im2nguyen commented on May 22, 2024 1

Similar to #30. 🤞 that once #20 is resolved, it'll resolve this issue. Hoping to get it pushed by end of week 😄

from rover.

im2nguyen avatar im2nguyen commented on May 22, 2024

#32 will "address" this. For this scenario, you will need to generate a plan then run rover against the plan file 😄

$ rover -planPath "plan.out"

from rover.

im2nguyen avatar im2nguyen commented on May 22, 2024

Just merged #32, so this should work.

If it works, can you 👍 this comment? Once there's enough 👍 s, I'll close this issue.

Please let me know if you have any feedback, thanks!

You can test this workflow by:

  1. Go to example/random-test and run the following to generate a plan output.

    terraform plan -out plan.out
    
  2. Then, in the same directory, run the following command to force rover to use the plan file you specified

    docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover -planPath plan.out
    

    To force rover to generate a visualization using the plan file only (no parsing the configuration), run the following command:

    docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover -planPath plan.out -tfConfigExists=false
    

    You should see something like the following. Notice that there are no more file names in the visualization

    image

from rover.

carlosdoliveira avatar carlosdoliveira commented on May 22, 2024

I'll test it out here and will update the feedbacks here!! Thanks for the help so far!

from rover.

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.