Skip to content

Commit 8f4b6d8

Browse files
API docs work
1 parent e59d32c commit 8f4b6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudFrontS3.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ class CloudFrontS3Stack extends pulumicdk.Stack {
1010

1111
/**
1212
* The domain name for the CloudFront distribution
13-
*/
13+
**/
1414
cloudFrontDomain: pulumi.Output<string>;
1515
/**
1616
* The name of the S3 bucket that is set up to hold the website content.
17-
*/
17+
**/
1818
websiteBucketName: pulumi.Output<string>;
1919

2020
constructor(app: pulumicdk.App, id: string, options?: pulumicdk.StackOptions) {

0 commit comments

Comments
 (0)