Sha256: fd7913b0eb43f22b4c85bde701996b02a66287542d89335c8ba7e28da169ee85

Contents?: true

Size: 1.19 KB

Versions: 38

Compression:

Stored size: 1.19 KB

Contents

## Example

    $ terraspace all plan
    Running:
       terraspace plan c1 # batch 1
       terraspace plan b1 # batch 2
       terraspace plan b2 # batch 2
       terraspace plan a1 # batch 3
    Batch Run 1:
    Running: terraspace plan c1 Logs: log/plan/c1.log
    terraspace plan c1:  Plan: 1 to add, 0 to change, 0 to destroy.
    terraspace plan c1:  Changes to Outputs:
    Batch Run 2:
    Running: terraspace plan b1 Logs: log/plan/b1.log
    Running: terraspace plan b2 Logs: log/plan/b2.log
    terraspace plan b1:  Plan: 2 to add, 0 to change, 0 to destroy.
    terraspace plan b1:  Changes to Outputs:
    terraspace plan b2:  Plan: 1 to add, 0 to change, 0 to destroy.
    terraspace plan b2:  Changes to Outputs:
    Batch Run 3:
    Running: terraspace plan a1 Logs: log/plan/a1.log
    terraspace plan a1:  Plan: 2 to add, 0 to change, 0 to destroy.
    terraspace plan a1:  Changes to Outputs:
    Time took: 11s
    $

## Using Plan Outputs

Using plan output path. You can specify an output path for the plan that contains pattern for expansion. Example:

    $ terraspace all plan --out ":MOD_NAME.plan"

You can then use this later in terraspace up:

    $ terraspace all up --plan ":MOD_NAME.plan"

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
terraspace-2.2.17 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.16 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.15 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.14 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.13 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.12 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.11 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.10 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.9 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.8 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.7 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.6 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.5 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.4 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.3 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.2 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.1 lib/terraspace/cli/help/all/plan.md
terraspace-2.2.0 lib/terraspace/cli/help/all/plan.md
terraspace-2.1.7 lib/terraspace/cli/help/all/plan.md
terraspace-2.1.6 lib/terraspace/cli/help/all/plan.md