-
Notifications
You must be signed in to change notification settings - Fork 175
migrate some more resource to new resource handling #478
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #478 +/- ##
=======================================
Coverage 69.75% 69.75%
=======================================
Files 292 292
Lines 6893 6904 +11
=======================================
+ Hits 4808 4816 +8
- Misses 1727 1733 +6
+ Partials 358 355 -3
|
2017615
to
09b79b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small remarks
8c56aca
to
cf527ab
Compare
8000
pkg/resource/aws/metadatas.go
Outdated
@@ -26,4 +26,7 @@ func InitResourcesMetadata(resourceSchemaRepository resource.SchemaRepositoryInt | |||
initAwsIAMUserMetaData(resourceSchemaRepository) | |||
initAwsIAMUserPolicyMetaData(resourceSchemaRepository) | |||
initAwsKeyPairMetaData(resourceSchemaRepository) | |||
initAwsSubnetMetaData(resourceSchemaRepository) | |||
initAwsDefaultSubnetMetaData(resourceSchemaRepository) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplicate of the one line 11.
cf527ab
to
ce98460
Compare
Description
migrate sqs-queue
migrate sqs_queue_policy and sqs_default_queue_policy
migrate subnet and default subnet
migrate vpc