You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ In the repository two github actions are already provided:
49
49
50
50
***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.
51
51
52
-
***terraform-apply**: it run terraform apply in all the environments once a PR is merged with main.
52
+
***terraform-apply**: it runs terraform apply in all the environments once a PR is merged with main.
53
53
* The apply in PROD should require an approval: it depends on the Environment protection rules.
54
54
* It can also be triggerd manually in all the environment expect main.
0 commit comments