sparse-intern-71089
10/13/2021, 1:59 PMgreat-breakfast-56601
10/14/2021, 1:14 PMprehistoric-shampoo-51907
10/18/2021, 10:00 AMgreat-breakfast-56601
10/18/2021, 10:01 AMprehistoric-shampoo-51907
10/18/2021, 10:03 AMApply
inside the transformation. The transformation docs state any values set on the state must be prompt (not Output values)
great-breakfast-56601
10/18/2021, 10:08 AMgreat-breakfast-56601
10/18/2021, 10:08 AMprehistoric-shampoo-51907
10/18/2021, 1:32 PMwe just hung the thread till we had the values we wanted.
? How do you technically do that? and how does it affect the previews using pulumi up
?prehistoric-shampoo-51907
10/18/2021, 1:32 PMprehistoric-shampoo-51907
10/18/2021, 1:34 PMgreat-breakfast-56601
10/18/2021, 2:15 PMwhile (Deployment.Instance.IsDryRun != true && string.IsNullOrEmpty(resourceGroupNameOutputValue))
{
Thread.Sleep(200);
}
great-breakfast-56601
10/18/2021, 2:15 PMgreat-breakfast-56601
10/18/2021, 2:16 PM