Terraform Context
#
WhatDisplay the currently active Terraform Workspace name.
caution
This requires a terraform binary in your PATH and will only show in directories that contain a .terraform
subdirectory
#
Sample Configuration#
Properties- fetch_version:
boolean
- fetch the version information fromversions.tf
,main.tf
orterraform.tfstate
- defaults tofalse
info)#
Template (default template
#
Properties.WorkspaceName
:string
- is the current workspace name.Version
:string
- terraform version (setfetch_version
totrue
)