Workspace Plan Commands
Managing Workspace Plans.
tfx workspace plan show
Show Plan details for a supplied Plan ID.
Example
$ tfx workspace plan show --id plan-CKNawhfgSGdJoGPxUsing config file: /Users/tstraub/.tfx.hclShow PlanID: plan-CKNawhfgSGdJoGPxStatus: finishedtfx workspace plan logs
Stream logs for a supplied Plan ID.
Example
$ tfx workspace plan show --id plan-CKNawhfgSGdJoGPxUsing config file: /Users/tstraub/.tfx.hclPlan Logs for: plan-CKNawhfgSGdJoGPx...tfx workspace plan jsonoutput
Show JSON execution output for a supplied Plan ID.
Example
$ tfx workspace plan jsonoutput --id plan-CKNawhfgSGdJoGPxUsing config file: /Users/tstraub/.tfx.hclPlan JSON Output for: plan-CKNawhfgSGdJoGPx...tfx workspace plan create
Create a Plan for a supplied Workspace.
Optionally supply a directory of Terraform configuration, a specific Configuration Version ID, a run message, or flags to perform a speculative or destroy plan.
Basic Example
$ tfx workspace plan create --name tt-workspaceUsing config file: /Users/tstraub/.tfx.hclCreate Plan for Workspace: tt-workspace...Speculative Plan Example
$ tfx workspace plan create --name tt-workspace --speculativeUsing config file: /Users/tstraub/.tfx.hclCreate Plan for Workspace: tt-workspace...Destroy Plan Example
$ tfx workspace plan create --name tt-workspace --destroyUsing config file: /Users/tstraub/.tfx.hclCreate Plan for Workspace: tt-workspace...