Add doc to filter on archived repos
parent
e9b5704f9a
commit
1ee0f16c11
|
@ -76,4 +76,6 @@ driftctl scan --filter $'!(Type==\'aws_s3_bucket\' && starts_with(Id, \'terrafor
|
||||||
# Ignore buckets with an ID suffix of '-test'
|
# Ignore buckets with an ID suffix of '-test'
|
||||||
driftctl scan --filter $'!(Type==\'aws_s3_bucket\' && ends_with(Id, \'-test\'))'
|
driftctl scan --filter $'!(Type==\'aws_s3_bucket\' && ends_with(Id, \'-test\'))'
|
||||||
|
|
||||||
|
# Ignore github archived repositories
|
||||||
|
driftctl scan --to github+tf --filter '!(Attr.Archived)'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue