We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18d0db commit fbe705dCopy full SHA for fbe705d
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.7-6-g7d6bd40
+_commit: v0.0.7-7-gbddb576
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
template/.devcontainer/docker-compose.yml.jinja
@@ -15,7 +15,7 @@ services:
15
- "{% endraw %}{{ ssh_port_number }}{% raw %}:2222"
16
environment:
17
- AWS_PROFILE=localstack
18
- - AWS_DEFAULT_REGION={% endraw %}{{ aws_region_for_stack }}{% raw %}
+ - AWS_DEFAULT_REGION={% endraw %}{{ aws_region_for_stack if aws_region_for_stack else "us-east-1" }}{% raw %}
19
20
21
volumes:
0 commit comments