https://pulumi.com logo
#aws
Title
s

salmon-ghost-86211

07/23/2020, 12:06 AM
@sparse-state-34229 Right. I just found issue #1660. @white-balloon-205 closed it mentioning that there was a workaround, however his comment doesn't actually mention a workaround.
l

little-cartoon-10569

07/23/2020, 12:08 AM
The workaround is in design only:
a higher-level component could be designed which blocked the resource creation indefinitely waiting for manual approval (effectively polling internally for the approval validation to have succeeded)
I have a few managed SNS email topic subscriptions that I got working in Terraform by creating them manually then importing them. I imagine the same would work in Pulumi, and would be easier than implementing that workaround.
s

salmon-ghost-86211

07/23/2020, 12:11 AM
Thanks @little-cartoon-10569