sparse-intern-71089
01/21/2021, 5:23 PMbillowy-army-68599
privateZoneName: ehPEZone.name
You're building the resource inside an apply, but you're only awaiting the peNicIpbillowy-army-68599
pulumi.all and also awaiting the zone as wellbillowy-army-68599
privateZoneName should take an input - any thoughts @tall-librarian-49374?tall-librarian-49374
01/21/2021, 5:33 PMehPEZone in that snippet?acceptable-printer-2467
01/21/2021, 5:34 PMpulumi.all and I receive the same response - I’m pretty sure the issue is the ip variable from the getNetworkInterface responseacceptable-printer-2467
01/21/2021, 5:35 PMehPEZone is a PrivateZone resourcetall-librarian-49374
01/21/2021, 5:36 PMprivantZoneName is an input indeed https://github.com/pulumi/pulumi-azure-nextgen/blob/master/sdk/nodejs/network/latest/recordSet.ts#L202acceptable-printer-2467
01/21/2021, 5:38 PMPrivateEndpoint resource which has a NIC automatically created for it - I then need the private IP address of this NIC in order to setup the appropriate records in the PrivateZone however, the private IP is not available via the PrivateEndpoint resource as the networkInterfaces output only has the ID of the created interface with no other propertiestall-librarian-49374
01/21/2021, 5:38 PMrelativeRecordSetName is the problemtall-librarian-49374
01/21/2021, 5:38 PMname?billowy-army-68599
acceptable-printer-2467
01/21/2021, 5:50 PM