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

Document all supported resources for cloud providers #246

Open
xescugc opened this issue Sep 28, 2021 · 1 comment
Open

Document all supported resources for cloud providers #246

xescugc opened this issue Sep 28, 2021 · 1 comment
Labels
Feature roadmap feature

Comments

@xescugc
Copy link
Member

xescugc commented Sep 28, 2021

Abstract

Right now if someone wants to know all the supported resources from an specific cloud provider they have to go to https://github.com/cycloidio/terracognita/blob/master/aws/resources.go#L38 or run terracognita {PROVIDER} resources. Would be good to have another place which is not code related to get that information.

Proposal

Autogenerate a file under docs/ with that list for each cloud provider and add the link to the README where we mention the providers we support so the list of resources would be easy accessible.

Implementation

Having an internal cli that with //go:generate will parse the Resources and generate a documentation with all of the resources for all the providers we support.

Open issues (if applicable)

@xescugc xescugc added the Feature roadmap feature label Sep 28, 2021
@harold-i-kimmey
Copy link

I would be interested in working on this issue - initially for AWS provider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature roadmap feature
Projects
None yet
Development

No branches or pull requests

2 participants