diff --git a/README.yaml b/README.yaml index 63c1b215..e2bb2e61 100644 --- a/README.yaml +++ b/README.yaml @@ -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 diff --git a/tests/opentofu/atmos.yaml b/tests/opentofu/atmos.yaml index 46867467..55ee6db5 100644 --- a/tests/opentofu/atmos.yaml +++ b/tests/opentofu/atmos.yaml @@ -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 diff --git a/tests/terraform/atmos.yaml b/tests/terraform/atmos.yaml index e4037b08..9ef1a85a 100644 --- a/tests/terraform/atmos.yaml +++ b/tests/terraform/atmos.yaml @@ -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: