creamy-mechanic-23690
07/11/2024, 6:35 AMfast-sandwich-30809
07/11/2024, 12:57 PMcreamy-mechanic-23690
07/11/2024, 3:52 PMfast-sandwich-30809
07/11/2024, 4:35 PMname
parameter that can be passed to the resource options; in addition to the name that is passed to pulumi. Specifying both disables the random-suffix feature.creamy-mechanic-23690
07/11/2024, 4:38 PM...($app.stage === "production"
? {
name: "training-pool-prod",
passwordPolicy: {
minimumLength: 12,
requireLowercase: true,
requireNumbers: true,
requireSymbols: true,
requireUppercase: true,
temporaryPasswordValidityDays: 7,
},
}
: {}),