Skip to content

Commit fcde5ce

Browse files
committed
Add certificate to https listener dependsOn list
1 parent 297bfde commit fcde5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/web-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export class WebServer extends pulumi.ComponentResource {
226226
],
227227
tags: commonTags,
228228
},
229-
{ parent: this },
229+
{ parent: this, dependsOn: [this.certificate] },
230230
);
231231
}
232232

0 commit comments

Comments
 (0)