=tweaks to gcp/tf output
This commit is contained in:
parent
95a1b2db61
commit
cb679f9b01
2 changed files with 7 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue