Skip to content

Commit

Permalink
Merge pull request #40 from adrianriobo/aws_credentials
Browse files Browse the repository at this point in the history
Added comments for aws credentials on settings template file
  • Loading branch information
jyejare authored Jul 26, 2022
2 parents b48e118 + 7ad5d51 commit 818a2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ PROVIDERS:
EXCEPT_VM_STOP_LIST: []

EC2:
# ACCESS_KEY can be used as username
USERNAME:
# SECRET_KEY can be used as password
PASSWORD:
# Multiple regions can be added like ["ap-south-1", "us-west-2", "us-west-1"] or ["all"] for all regions
REGIONS: []
Expand Down

0 comments on commit 818a2fe

Please sign in to comment.