Sha256: 6d76f30c30f40271423aed90b34bee82ad809e0436d8afdd78fbe1fd98d6cf50

Contents?: true

Size: 1.17 KB

Versions: 54

Compression:

Stored size: 1.17 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.

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
terraspace-1.0.6 lib/terraspace/cli/help/all/up.md
terraspace-1.0.5 lib/terraspace/cli/help/all/up.md
terraspace-1.0.4 lib/terraspace/cli/help/all/up.md
terraspace-1.0.3 lib/terraspace/cli/help/all/up.md
terraspace-1.0.2 lib/terraspace/cli/help/all/up.md
terraspace-1.0.1 lib/terraspace/cli/help/all/up.md
terraspace-1.0.0 lib/terraspace/cli/help/all/up.md
terraspace-0.7.2 lib/terraspace/cli/help/all/up.md
terraspace-0.7.1 lib/terraspace/cli/help/all/up.md
terraspace-0.7.0 lib/terraspace/cli/help/all/up.md
terraspace-0.6.23 lib/terraspace/cli/help/all/up.md
terraspace-0.6.22 lib/terraspace/cli/help/all/up.md
terraspace-0.6.21 lib/terraspace/cli/help/all/up.md
terraspace-0.6.20 lib/terraspace/cli/help/all/up.md
terraspace-0.6.19 lib/terraspace/cli/help/all/up.md
terraspace-0.6.18 lib/terraspace/cli/help/all/up.md
terraspace-0.6.17 lib/terraspace/cli/help/all/up.md
terraspace-0.6.16 lib/terraspace/cli/help/all/up.md
terraspace-0.6.15 lib/terraspace/cli/help/all/up.md
terraspace-0.6.13 lib/terraspace/cli/help/all/up.md