Skip to content

vladimirpodr/service-platform-org-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-org-terraform

Git merge rules

  • Only fast-forward-only merge 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'

How to run Terraform

./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:

  1. bin/terraform.sh -e aduit -c security -a plan [-o audit.security.tfplan]
  2. bin/terraform.sh -e aduit -c security -a apply [-o audit.security.tfplan]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published