Sha256: 2a12e09859d02f769d8b5206b800f34de1642ab6847320350bce98e3f9cd6f43

Contents?: true

Size: 1.24 KB

Versions: 38

Compression:

Stored size: 1.24 KB

Contents

## Example

    $ terraspace plan demo
    => terraform plan
    Refreshing Terraform state in-memory prior to plan...
    The refreshed state will be used to calculate this plan, but will not be
    persisted to local or remote state storage.

    random_pet.this: Refreshing state... [id=fond-sheep]
    module.bucket.aws_s3_bucket.this: Refreshing state... [id=bucket-fond-sheep]

    ------------------------------------------------------------------------

    An execution plan has been generated and is shown below.
    Resource actions are indicated with the following symbols:
    -/+ destroy and then create replacement
    ...
    Plan: 2 to add, 0 to change, 2 to destroy.

    Changes to Outputs:
      ~ bucket_name = "bucket-fond-sheep" -> (known after apply)

    ------------------------------------------------------------------------

    Note: You didn't specify an "-out" parameter to save this plan, so Terraform
    can't guarantee that exactly these actions will be performed if
    "terraform apply" is subsequently run.

    $

Using plan output path. You can specify an output path for the plan. Example:

    $ terraspace plan demo --out "my.plan"

You can then use this later in terraspace up:

    $ terraspace up demo --plan "my.plan"

Version data entries

38 entries across 38 versions & 1 rubygems

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