diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-13 14:41:57 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-13 14:41:57 -0400 |
commit | b248093250e57619f868975391f548c9d80fe498 (patch) | |
tree | 4bdd28a0fbfd6e873df3351115128fd222939418 /templates/.aws/config | |
parent | a636a2c339c4806b8ab51173de7cab44eec70d05 (diff) |
aws: adopt
Diffstat (limited to 'templates/.aws/config')
-rw-r--r-- | templates/.aws/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/.aws/config b/templates/.aws/config new file mode 100644 index 0000000..98abfb6 --- /dev/null +++ b/templates/.aws/config @@ -0,0 +1,3 @@ +[default] +output = json +region = us-east-1 |