Sha256: a2acad3fcbf76b2d64a568fe98782d4a44aa64e39e04b6455dd6d660d4601118

Contents?: true

Size: 1.44 KB

Versions: 38

Compression:

Stored size: 1.44 KB

Contents

## Example

    $ terraspace all up
    Will run:
       terraspace up c1 # batch 1
       terraspace up b1 # batch 2
       terraspace up b2 # batch 2
       terraspace up a1 # batch 3
    Are you sure? (y/N)

Once you confirm, Terraspace deploys the batches in parallel. Essentially, Terraspace handles the orchestration.

    Are you sure? (y/N) y
    Batch Run 1:
    Running: terraspace up c1 Logs: log/up/c1.log
    terraspace up c1:  Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
    Batch Run 2:
    Running: terraspace up b1 Logs: log/up/b1.log
    Running: terraspace up b2 Logs: log/up/b2.log
    terraspace up b1:  Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
    terraspace up b2:  Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
    Batch Run 3:
    Running: terraspace up a1 Logs: log/up/a1.log
    terraspace up a1:  Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
    Time took: 25s

Terraspace provides a reduced-noise summary of the runs. The full logs are also written for further inspection and debugging. The [terraspace log](https://terraspace.cloud/reference/terraspace-log/) command is useful for viewing the logs.

## Using Plans

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/up.md
terraspace-2.2.16 lib/terraspace/cli/help/all/up.md
terraspace-2.2.15 lib/terraspace/cli/help/all/up.md
terraspace-2.2.14 lib/terraspace/cli/help/all/up.md
terraspace-2.2.13 lib/terraspace/cli/help/all/up.md
terraspace-2.2.12 lib/terraspace/cli/help/all/up.md
terraspace-2.2.11 lib/terraspace/cli/help/all/up.md
terraspace-2.2.10 lib/terraspace/cli/help/all/up.md
terraspace-2.2.9 lib/terraspace/cli/help/all/up.md
terraspace-2.2.8 lib/terraspace/cli/help/all/up.md
terraspace-2.2.7 lib/terraspace/cli/help/all/up.md
terraspace-2.2.6 lib/terraspace/cli/help/all/up.md
terraspace-2.2.5 lib/terraspace/cli/help/all/up.md
terraspace-2.2.4 lib/terraspace/cli/help/all/up.md
terraspace-2.2.3 lib/terraspace/cli/help/all/up.md
terraspace-2.2.2 lib/terraspace/cli/help/all/up.md
terraspace-2.2.1 lib/terraspace/cli/help/all/up.md
terraspace-2.2.0 lib/terraspace/cli/help/all/up.md
terraspace-2.1.7 lib/terraspace/cli/help/all/up.md
terraspace-2.1.6 lib/terraspace/cli/help/all/up.md