Skip to content

Commit 14688fe

Browse files
committed
port forwarding
1 parent caa9305 commit 14688fe

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python_version: 3.12.7
99
repo_name: copier-python-package-template
1010
repo_org_name: LabAutomationAndScreening
1111
ssh_port_number: 55874
12-
template_might_want_to_install_aws_ssm_port_forwarding_plugin: false
12+
template_might_want_to_install_aws_ssm_port_forwarding_plugin: true
1313
template_uses_javascript: false
1414
template_uses_pulumi: false
1515
template_uses_python: true

copier.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ use_windows_in_ci:
2727
help: Should CI in the instantiated template also use Windows runners?
2828
default: no
2929

30+
install_aws_ssm_port_forwarding_plugin:
31+
type: bool
32+
help: Should the AWS SSM Port Forwarding Plugin be installed?
33+
default: no
3034

3135
python_version:
3236
type: str

tests/copier_data/data1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_open_source: true
55
description: Doing amazing things
66
ssh_port_number: 12345
77
use_windows_in_ci: false
8-
8+
install_aws_ssm_port_forwarding_plugin: true
99

1010

1111
python_package_registry: PyPI

tests/copier_data/data2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_open_source: false
55
description: Doing crazy things! So many things!
66
ssh_port_number: 54321
77
use_windows_in_ci: true
8-
8+
install_aws_ssm_port_forwarding_plugin: false
99

1010

1111
python_package_registry: AWS CodeArtifact

tests/copier_data/data3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ is_open_source: true
55
description: Doing amazing things
66
ssh_port_number: 12345
77
use_windows_in_ci: false
8+
install_aws_ssm_port_forwarding_plugin: false
89

910
python_package_registry: PyPI
1011
aws_identity_center_id: d-9145c20053

0 commit comments

Comments
 (0)