File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ python_ci_versions:
5757aws_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
6262aws_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
6868aws_central_infrastructure_account_id :
6969 type : str
You can’t perform that action at this time.
0 commit comments