https://pulumi.com logo
r

rich-agency-75207

06/01/2022, 10:48 AM
In case relevant: My subnetwork's purpose is set to
PRIVATE_RFC_1918
e

echoing-dinner-19531

06/01/2022, 11:07 AM
Are you setting the "network" property for the address?
r

rich-agency-75207

06/01/2022, 11:07 AM
yes
I haven't specified an explicit static IP address tho... I assumed that if not defined - google cloud will auto-generate the address...
I want to reference the
address
generated in another dependent resource
e

echoing-dinner-19531

06/01/2022, 11:11 AM
Yeh just trying to find any docs about this
So does your terraform and pulumi code look to be setting the same properties? But TF works and Pulumi errors about no default subnet?
r

rich-agency-75207

06/01/2022, 11:22 AM
correct
e

echoing-dinner-19531

06/01/2022, 11:26 AM
Odd I think both should just be sending pretty much the same request to GCP. Might be the request is sensitive to something like null vs missing fields. Could you raise an issue at https://github.com/pulumi/pulumi-google-native about this? If you can share how your working terraform resource is configured as well that would help.
👍 1
r

rich-agency-75207

06/01/2022, 11:29 AM
I'll test using legacy gcp provider too
7 Views