Skip to content

Commit

Permalink
Add aws.template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Dec 23, 2024
1 parent 1fd50f8 commit e11236e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/templates/aws.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
default: &default
aws_region: 'us-east-1'

development:
<<: *default
aws_access_key_id: 'access_key_id'
aws_secret_access_key: 'secret_access_key'

test:
<<: *default
aws_access_key_id: 'access_key_id'
aws_secret_access_key: 'secret_access_key'

0 comments on commit e11236e

Please sign in to comment.