amatellanes / terraform-workspace-prompt

Terraform workspace in your prompt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-workspace-prompt

A prompt that displays the current Terraform workspace.

You can read more about Terraform workspaces here.

Installation

  • Download the script.
wget -O ~/.terraform-workspace-prompt.sh https://raw.githubusercontent.com/amatellanes/terraform-workspace-prompt/master/terraform-workspace-prompt.sh
  • Add to the ~/.bashrc.
source $HOME/.terraform-workspace-prompt.sh
  • Load ~/.bashrc.
source ~/.bashrc

About

Terraform workspace in your prompt.


Languages

Language:Shell 100.0%