Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ usage: |-
To enable plan diff mode, set the `plan-diff` input to `true`.

> [!IMPORTANT]
> When plan-diff is disabled, the action will apply the stored plan without re-validating it.
> This may result in unintended changes if the underlying infrastructure has been modified between the plan and apply steps.
> Additionally, stored plans are single-use: even if an apply operation fails for any reason, the plan becomes outdated and cannot be reused.
> When plan-diff is disabled, the action will apply the stored plan without re-validating it.
> This may result in unintended changes if the underlying infrastructure has been modified between the plan and apply steps.
> Additionally, stored plans are single-use: even if an apply operation fails for any reason, the plan becomes outdated and cannot be reused.

### Workflow example

Expand Down
2 changes: 1 addition & 1 deletion tests/opentofu/atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# are independent settings (supporting both absolute and relative paths).
# If `base_path` is provided, `components.terraform.base_path`, `components.helmfile.base_path`, `stacks.base_path` and `workflows.base_path`
# are considered paths relative to `base_path`.
base_path: "./tests/opentofu"
base_path: "tests/opentofu"

aliases:
tofu: terraform
Expand Down
2 changes: 1 addition & 1 deletion tests/terraform/atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# are independent settings (supporting both absolute and relative paths).
# If `base_path` is provided, `components.terraform.base_path`, `components.helmfile.base_path`, `stacks.base_path` and `workflows.base_path`
# are considered paths relative to `base_path`.
base_path: "./tests/terraform"
base_path: "tests/terraform"

components:
terraform:
Expand Down
Loading