sparse-intern-71089
05/27/2020, 8:10 AMfamous-jelly-72366
05/27/2020, 8:25 AMsilly-stone-79070
05/27/2020, 8:31 AMrancherInstanceInternalIP := rancherInstance.NetworkInterfaces.ApplyT(func(iface []compute.InstanceNetworkInterface) *string {
return iface[0].NetworkIp
}).(pulumi.StringPtrInput)
// The change I have made here is adding .(pulumi.StringPtrInput) to make it a usable input
important-appointment-55126
05/27/2020, 3:03 PMsilly-stone-79070
05/27/2020, 3:56 PMfamous-jelly-72366
05/29/2020, 7:17 AM