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

Conversation

xescugc
Copy link
Member

@xescugc xescugc commented Mar 29, 2022

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

Closes #178

@xlr-8
Copy link

xlr-8 commented Apr 20, 2022

CI fails though

@xescugc
Copy link
Member Author

xescugc commented Apr 20, 2022

Fixed it.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add The possibility to export TF Documentation
2 participants