Add doc to filter on archived repos

main
Elie 2021-02-19 11:37:22 +01:00
parent e9b5704f9a
commit 1ee0f16c11
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 2 additions and 0 deletions

View File

@ -76,4 +76,6 @@ driftctl scan --filter $'!(Type==\'aws_s3_bucket\' && starts_with(Id, \'terrafor
# Ignore buckets with an ID suffix of '-test'
driftctl scan --filter $'!(Type==\'aws_s3_bucket\' && ends_with(Id, \'-test\'))'
# Ignore github archived repositories
driftctl scan --to github+tf --filter '!(Attr.Archived)'
```