Skip to content

Commit adbc2e3

Browse files
shivlaksmergify[bot]
authored andcommitted
fix(cli): Use RegionalDomainName attribute in output of Toolkit stack for GovCloud and CN compatibility (#4427)
Fixes #1469
1 parent a4e63bd commit adbc2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/api/bootstrap-environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export async function bootstrapEnvironment(environment: cxapi.Environment, aws:
7070
},
7171
[BUCKET_DOMAIN_NAME_OUTPUT]: {
7272
Description: "The domain name of the S3 bucket owned by the CDK toolkit stack",
73-
Value: { "Fn::GetAtt": ["StagingBucket", "DomainName"] }
73+
Value: { "Fn::GetAtt": ["StagingBucket", "RegionalDomainName"] }
7474
}
7575
}
7676
};

0 commit comments

Comments
 (0)