Can we use filter with NOT operator ? #1462
manitmalik
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use terraformer for all the resources which are not having a specific tag. Has anyone tried anything like the below to find resources that are not tagged
terraformer import aws --path-pattern {output}/{provider}/ --connect=false --resources=s3 --filter="Name!=tags.terraformer-exempt"
--regions=us-east-1
terraformer import aws --path-pattern {output}/{provider}/ --connect=false --resources=s3 --filter!="Name=tags.terraformer-exempt"
--regions=us-east-1
Beta Was this translation helpful? Give feedback.
All reactions