This message was deleted.
# google-cloud
s
This message was deleted.
w
I expect this is only an issue during the initial preview? I believe it is likely ultimately due to the same issue as https://github.com/pulumi/pulumi-azure/issues/192, and see also https://github.com/pulumi/pulumi/issues/4040. I believe you can workaround that with:
Copy code
rrdatas = [ instance.network_interfaces[0].apply(lambda nic: nic.get('networkIp', 'unknown') ],