terraformer
terraformer copied to clipboard
Using multiple filters not working
I am trying to filter all resources from aws for a single vpc.
The example in the Readme is not filtering the results terraformer import aws -r sg,vpc --filter Type=sg;Name=vpc_id;Value=VPC_ID --filter Type=vpc;Name=id;Value=VPC_ID
have you tried this terraformer import aws --resources=vpc,subnet,security_group --filter=Name=vpc_id;Value=VPC_ID
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.