This commit is contained in:
aynic.os
2021-07-14 20:38:30 +01:00
parent e1f9ef7de9
commit 3ffea66ba8
101 changed files with 3601 additions and 939 deletions
@@ -0,0 +1,7 @@
[default]
{% if aws_output|length %}
output = {{ aws_output }}
{% endif %}
{% if aws_region|length %}
region = {{ aws_region }}
{% endif %}
@@ -0,0 +1,5 @@
{% if aws_access_key_id|length and aws_secret_access_key|length %}
[default]
aws_access_key_id = {{ aws_access_key_id }}
aws_secret_access_key = {{ aws_secret_access_key }}
{% endif %}