sparse-intern-71089
10/20/2021, 3:28 PMswift-intern-18856
10/20/2021, 3:50 PM{ parent: this }
on the resource options out ... this means that the dependency isn't established which kind of defeats the point. I'm not sure why simply establishing the dependency on a logical component grouping would cause the engine to want to delete the existing resourcesswift-intern-18856
10/20/2021, 3:51 PMfreezing-van-87649
10/20/2021, 4:01 PMfreezing-van-87649
10/20/2021, 4:03 PMconst serviceAccountSecondCustomerKey = new gcp.serviceAccount.Key("ServiceAccountSecondCustomerKey",
{
serviceAccountId: serviceAccountSecondCustomer.email
},
{
parent: serviceAccountSecondCustomer,
aliases: [
{ parent: pulumi.rootStackResource }
]
}
);
swift-intern-18856
10/20/2021, 4:10 PMfreezing-van-87649
10/20/2021, 4:16 PM