You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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.
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
The text was updated successfully, but these errors were encountered: