Skip to content

Commit

Permalink
fix(docu): adapt name of plan analyze file in terraform recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGottinger committed Oct 6, 2023
1 parent 104fde2 commit 1130943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/09-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Terraform recipe automatically persists the plans in the .plans directory, in th
sources are located. Additionally, to the plan file in terraform format, these files will also be created:

* additional terraform plan formats (check the dedicated section below)
* a file indicating if the plan contains no changes (*.deploy.plan-has-no-changes). In case of changes, there will be no file created.
* a file indicating if the plan contains no changes (*.deploy.tfplan.plan-has-no-changes). In case of changes, there will be no file created.
Note: such file is only be created for the deploy flow(s), destroy will never generate such file, even on actually no changes for destroy.

These can be used in CI/CD for use cases like automatic approval on no terraform changes. If you don't want to rely on the existence of such *plan-has-no-changes* file,
Expand Down

0 comments on commit 1130943

Please sign in to comment.