Sha256: 4979a4282b2eae8baf23dccf951b3d8fd4a547e20ca298a7aa99b7ead89f19a6

Contents?: true

Size: 1.09 KB

Versions: 71

Compression:

Stored size: 1.09 KB

Contents

## Examples

Sync all stacks:

    $ terraspace tfc sync
    About to sync these project stacks with Terraform Cloud workspaces:

        Stack => Workspace
        demo => demo-dev-us-west-2
        demo2 => demo2-dev-us-west-2

    A sync does the following for each workspace:

      1. Create or update workspace, including the VCS settings.
      2. Set the working dir.
      3. Set env and terraform variables.

    Are you sure? (y/N) y
    Syncing to Terraform Cloud: demo => demo-dev-us-west-2
    Syncing to Terraform Cloud: demo2 => demo2-dev-us-west-2
    $

Sync specific stacks:

    $ terraspace tfc sync demo
    About to sync these project stacks with Terraform Cloud workspaces:

        Stack => Workspace
        demo => demo-dev-us-west-2

    A sync does the following for each workspace:

      1. Create or update workspace, including the VCS settings.
      2. Set the working dir.
      3. Set env and terraform variables.

    Are you sure? (y/N) y
    Syncing to Terraform Cloud: demo => demo-dev-us-west-2
    $

Can also specify multiple stacks:

    terraspace tfc sync demo demo2

Version data entries

71 entries across 71 versions & 1 rubygems

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