sparse-intern-71089
03/07/2019, 3:30 PMmillions-judge-24978
03/07/2019, 3:38 PMeips[0].allocationId.apply(a => console.log('ALLOCATION', a))
eips[0].publicIp.apply(i => console.log('IP', i))
Diagnostics:
aws:ec2:NatGateway (us-east-1a):
error: aws:ec2/natGateway:NatGateway resource 'us-east-1a' has a problem: "allocation_id": required field is not set
pulumi:pulumi:Stack (infrastructure-dev):
IP 54.86.50.185
ALLOCATION undefined
millions-judge-24978
03/07/2019, 3:41 PMeip.id
and not eip.allocationId
.
This definitely seems like either a bug in the documentation or AWS module though.millions-judge-24978
03/07/2019, 3:47 PMlemon-spoon-91807
03/07/2019, 9:08 PMmillions-judge-24978
03/07/2019, 9:18 PM