Sha256: 56a0706a37d34908758ca9f19598dab7b3b9e305ded966d15e07a039626df7b3
Contents?: true
Size: 1.09 KB
Versions: 21
Compression:
Stored size: 1.09 KB
Contents
## Examples Sync all stacks: $ terraspace cloud 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 cloud 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 cloud sync demo demo2
Version data entries
21 entries across 21 versions & 1 rubygems