Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 121 Bytes

cli.md

File metadata and controls

4 lines (4 loc) · 121 Bytes

grep and destroy oneliner

tf destroy $(tf state list | grep eks | awk  '{print "-target "$0}' | tr "\n" " ")