-
Only
fast-forward-onlymerge mode is supported. -
Only single commit per story/task. So your SINGLE commit in the feature branch HAS TO be always on top of current master HEAD.
-
Your commit message has to follow Semantic Commit Message rules.
Sample artificial git commit:
git commit -a -m 'feat: add support to phase of the moon'./bin/terraform.sh script is intended to run Terraform consistently.
Based on input arguments it calculates required paths.
There is no need to execute this script from within the 'bin' folder.
Usage exampls:
- bin/terraform.sh -e aduit -c security -a plan [-o audit.security.tfplan]
- bin/terraform.sh -e aduit -c security -a apply [-o audit.security.tfplan]