Skip to content

Commit 6576d5e

Browse files
committed
more questions
1 parent 30a6000 commit 6576d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ python_ci_versions:
5757
aws_identity_center_id:
5858
type: str
5959
help: What's the ID of your Organization's AWS Identity center, e.g. d-9145c20053?
60-
when: "{{ python_package_registry == 'AWS CodeArtifact' }}"
60+
when: "{{ python_package_registry == 'AWS CodeArtifact' || install_aws_ssm_port_forwarding_plugin }}"
6161

6262
aws_org_home_region:
6363
type: str
6464
help: What is the home region of the AWS Organization (where all of the central infrastructure is deployed)?
6565
default: us-east-1
66-
when: "{{ python_package_registry == 'AWS CodeArtifact' }}"
66+
when: "{{ python_package_registry == 'AWS CodeArtifact' || install_aws_ssm_port_forwarding_plugin }}"
6767

6868
aws_central_infrastructure_account_id:
6969
type: str

0 commit comments

Comments
 (0)