Skip to content

Commit

Permalink
Merge pull request #74 from sevenwestmedia-labs/Add_provider_to_rando…
Browse files Browse the repository at this point in the history
…m_passworf

Add provider to RandomPassword
  • Loading branch information
vikasperi authored Nov 25, 2024
2 parents f8f2143 + 7989a1e commit af402a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/pulumi-static-site/src/static-site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ export class StaticSite extends pulumi.ComponentResource {
number: true,
special: false,
},
{
parent: this,
},
)

// Setup S3 Bucket
Expand Down

0 comments on commit af402a3

Please # to comment.