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

Importing multiple AWS resources with filters doesn't work #1966

Open
rajesh-unity3d opened this issue Dec 23, 2024 · 0 comments
Open

Importing multiple AWS resources with filters doesn't work #1966

rajesh-unity3d opened this issue Dec 23, 2024 · 0 comments

Comments

@rajesh-unity3d
Copy link

I am trying to run command similar to the below to import multiple AWS resources with specific filters but when the command executes, its just importing all the available resources of that type without taking filters into consideration.
Can someone help me with this?

terraformer import aws --resources=iam,sns,s3 --filter="Type=iam;Name=name;Value=test" --filter="Type=sns;Name=name;Value='test-abc'" --filter="Type=s3;Name=id;Value='test-bcd'" --profile new-test -C --path-pattern {output}/{provider}

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

No branches or pull requests

1 participant