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

cmd: Added new flag --description-file #180

Merged
merged 1 commit into from
Apr 28, 2022
Merged

cmd: Added new flag --description-file #180

merged 1 commit into from
Apr 28, 2022

Commits on Apr 28, 2022

  1. cmd: Added new flag --description-file

    Which will return a description file of the Nodes, which will contain
    all the information from the read configuration.
    
    We had to change the generate.FromHCL function to return now a new
    parameter, so now it's the same as the generate.FromState.
    
    Also the returned cofig from both of those methods has changed formats
    as it's now just the resources on the first level without being them
    nested inside a 'resources' and then grouped by resource type. It was
    a newsense so we changed that
    xescugc committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    65a8627 View commit details
    Browse the repository at this point in the history