elegant-crayon-4967
03/11/2020, 12:04 AMpassword = pulumi.output(aws.secretsmanager.getSecret({
name: `testSecret`,
},
spits out a unhandled exception. I’d like to capture this nicely and exit and not explode the program. First attempt using try/catch didn’t stop it from explodinggentle-diamond-70147
03/11/2020, 12:13 AMelegant-crayon-4967
03/11/2020, 12:35 AM