Sha256: 3532892e8301ae0d0445626beeaa99491f713cdea2e6d073fbb45349bfd8fe87

Contents?: true

Size: 1.24 KB

Versions: 88

Compression:

Stored size: 1.24 KB

Contents

## Example

    $ terraspace all init
    Building one stack to build all stacks
    Building .terraspace-cache/us-west-2/dev/stacks/c1
    Downloading tfstate files for dependencies defined in tfvars...
    Built in .terraspace-cache/us-west-2/dev/stacks/c1
    Running:
        terraspace init c1 # batch 1
        terraspace init b1 # batch 2
        terraspace init b2 # batch 2
        terraspace init a1 # batch 3
    Batch Run 1:
    Running: terraspace init c1 Logs: log/init/c1.log
    terraspace init c1:  Terraform has been successfully initialized!
    Batch Run 2:
    Running: terraspace init b1 Logs: log/init/b1.log
    Running: terraspace init b2 Logs: log/init/b2.log
    terraspace init b1:  Terraform has been successfully initialized!
    terraspace init b2:  Terraform has been successfully initialized!
    Batch Run 3:
    Running: terraspace init a1 Logs: log/init/a1.log
    terraspace init a1:  Terraform has been successfully initialized!
    Time took: 6s
    $

If Terraform is having trouble initializing, clearing the cache may help:

    $ terraspace clean cache -y
    Removed .terraspace-cache
    Removed /tmp/terraspace

Also consider disabling the [terraform.plugin_cache.enabled](https://terraspace.cloud/docs/config/reference/).

Version data entries

88 entries across 88 versions & 1 rubygems

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