=tweaks to gcp/tf output

This commit is contained in:
Gal Szkolnik 2022-08-09 12:08:50 -04:00
parent 95a1b2db61
commit cb679f9b01
2 changed files with 7 additions and 6 deletions

View file

@ -95,7 +95,7 @@ if [[ -x $TERRAFORM_BIN ]]; then
}
function get-tf-env-plan() {
set | grep '^TF\(_\(VAR_[a-z]\)\|\([A-Z_]TARGET=\)\)' | grep '\b='
set | grep '^TF\(_\(VAR_[a-z]\)\|\([A-Z_]*TARGET=\)\)' | grep '\b='
}
function clear-tf-env-vars() {