feat: added caching to aws region query
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f aws-inventory.xlsx
|
||||
# Remove previous inventory and cache file
|
||||
rm -f aws-inventory.xlsx cache.pkl
|
||||
|
||||
# Create a new workbook
|
||||
./init_workbook.py
|
||||
|
||||
# Execute individual inventory scripts
|
||||
for i in aws*.py; do
|
||||
echo "# $i"
|
||||
./"$i" | mlr --c2t cat | column -t
|
||||
|
||||
Reference in New Issue
Block a user