Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uolter committed Nov 29, 2022
1 parent c3056e7 commit 202f5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In the repository two github actions are already provided:

* **terraform-plan**: it runs every time new code is pushed in every branch excluded main and master. It runs terraform plan through all the environments in parallel.

* **terraform-apply**: it run terraform apply in all the environments once a PR is merged with main.
* **terraform-apply**: it runs terraform apply in all the environments once a PR is merged with main.
* The apply in PROD should require an approval: it depends on the Environment protection rules.
* It can also be triggerd manually in all the environment expect main.

Expand Down

0 comments on commit 202f5a9

Please sign in to comment.