diff --git a/docs/ce/features/plan-persistence.mdx b/docs/ce/features/plan-persistence.mdx index 53b1da602..c62684d04 100644 --- a/docs/ce/features/plan-persistence.mdx +++ b/docs/ce/features/plan-persistence.mdx @@ -2,4 +2,4 @@ title: "Plan Persistence" --- -By default digger will run an apply based on the branch pull request files (no artefacts stored). In order to configure plan artefacts you can configure the inputs for storing as github artefacts or aws buckets or gcp buckets. The corresponding artefacts to be configured can be found in [storing plans in a bucket](/ce/howto/store-plans-in-a-bucket) +By default, Digger runs the apply step on the pull-request branch files (no artifacts are stored). To enable plan artifact persistence, configure the inputs to store them as GitHub artifacts, AWS buckets, or GCP buckets. The corresponding artifacts are documented in [storing plans in a bucket](/ce/howto/store-plans-in-a-bucket).