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

Add support for some new AWS resources #245

Open
10 tasks
jacalata opened this issue Sep 28, 2021 · 1 comment
Open
10 tasks

Add support for some new AWS resources #245

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

Comments

@jacalata
Copy link

Abstract

Add support for a bunch of AWS resources

Proposal

By diffing the terracognita output with my existing terraform config, I found that none of these resource types were imported by terracognita. As far as I can tell they just haven't been added yet. It seems like it should be easy enough to add a few related resources at a time. If there is a complete list of resources to add somewhere, I can work off that instead.

  • * aws_api_gateway_key
  • * aws_api_gateway_integration
  • * aws_api_gateway_method
  • * aws_api_gateway_usage_plan
  • * aws_api_gateway_usage_plan_key
  • * aws_cloudwatch_log_group
  • * aws_cloudwatch_log_subscription_filter
  • * aws_lambda_permission
  • * aws_secretsmanager_secret
  • * aws_secrets_manager_secret_version

I plan to follow instructions in the "Add a component" section of the contributing guidelines, with reference to this old pull request: v0.7.0...v0.7.1

@jacalata jacalata added the Feature roadmap feature label Sep 28, 2021
@xlr-8
Copy link
Contributor

xlr-8 commented Sep 28, 2021

@jacalata thank you for opening that issue! Indeed adding new resources shouldn't be too difficult, feel free to ping us if you have questions!

We are currently only supporting resources listed from terracognita {PROVIDER} resources - we are aiming to add a generated doc section to ease the finding/maintaining of such list for the various providers.

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