Skip to content

Instantly share code, notes, and snippets.

@evilr00t
Created May 11, 2022 20:19
Show Gist options
  • Save evilr00t/706eba7a1b09b293b6911706d36dfa3c to your computer and use it in GitHub Desktop.
Save evilr00t/706eba7a1b09b293b6911706d36dfa3c to your computer and use it in GitHub Desktop.
Switch Terraform Cloud profile in seconds with fzf
tf_config() {
TF_CLI_CONFIG_FILE=$(ls -alh ~/.terraform.d/credentials-*.tfrc.json -1 2>/dev/null | fzf --exit-0) && export TF_CLI_CONFIG_FILE=$TF_CLI_CONFIG_FILE || echo "No TF credentials files found."
}
@evilr00t
Copy link
Author

asciicast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment