Skip to content

Commit

Permalink
#328 add localstack aws templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Dec 18, 2023
1 parent 1530f4d commit 098e726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/localstack_aws_config.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default]
region = {{ localstack.region }}
3 changes: 3 additions & 0 deletions templates/localstack_aws_credentials.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[default]
aws_access_key_id = {{ localstack.access_key }}
aws_secret_access_key = {{ localstack.secret_access_key }}

0 comments on commit 098e726

Please sign in to comment.