mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			753 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			753 B
		
	
	
	
	
	
	
	
Terraform oh-my-zsh plugin
Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently.
Current as of Terraform v0.13
Requirements
Usage
To use it, add terraform to the plugins array of your ~/.zshrc file:
plugins=(... terraform)
- Type terraforminto your prompt and hitTABto see available completion options
- Type tfinto your prompt as a short alias toterraform
Expanding ZSH prompt with current Terraform workspace name
If you want to get current Terraform workspace name in your ZSH prompt open your .zsh-theme file and in a chosen place insert:
PROMPT=$'%{$fg[white]%}$(tf_prompt_info)%{$reset_color%} '