File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ python_version: 3.12.7
99repo_name : copier-python-package-template
1010repo_org_name : LabAutomationAndScreening
1111ssh_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
1313template_uses_javascript : false
1414template_uses_pulumi : false
1515template_uses_python : true
Original file line number Diff line number Diff 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
3135python_version :
3236 type : str
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ is_open_source: true
55description : Doing amazing things
66ssh_port_number : 12345
77use_windows_in_ci : false
8-
8+ install_aws_ssm_port_forwarding_plugin : true
99
1010
1111python_package_registry : PyPI
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ is_open_source: false
55description : Doing crazy things! So many things!
66ssh_port_number : 54321
77use_windows_in_ci : true
8-
8+ install_aws_ssm_port_forwarding_plugin : false
99
1010
1111python_package_registry : AWS CodeArtifact
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ is_open_source: true
55description : Doing amazing things
66ssh_port_number : 12345
77use_windows_in_ci : false
8+ install_aws_ssm_port_forwarding_plugin : false
89
910python_package_registry : PyPI
1011aws_identity_center_id : d-9145c20053
You can’t perform that action at this time.
0 commit comments