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
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?
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}
The text was updated successfully, but these errors were encountered: