Display Criteria
Examples
Always display the action
trueDisplay the action for Workspaces with specific Terraform version.
context.workspace.attributes.terraformVersion === "1.0.0"Display the action for Azure resources
context.state.provider.includes("azurerm")Display the action only for Azure VM
context.state.type.includes("azurerm_virtual_machine")Display Criteria Settings

Sensitive Settings

Multiple Display Actions
Was this helpful?