Hi Guys, May I have a question about Pulumi / Type...
# general
c
Hi Guys, May I have a question about Pulumi / TypeScript - AWS EIP?
So I think the allocationid shoud be epialoc-blablabla
🙂
or both id and allocation id too
h
can you see allocation IDs on the console?
c
on AWS console?
h
yeah
c
ofc
h
does it have one?
c
h
(just trying to cover "AWS is being weird again")
c
yes
id is also good for me...just it was weird for me...when I wanted to deploy an NLB with fix ip
with eip.id works correctly
Maybe it is only a small bug, the framework does not populate the alocationId property of the eip
w
https://github.com/terraform-providers/terraform-provider-aws/pull/7923 is a PR to fix this - but has been open in the upstream Terraform Provider repo for 4 months unfortunately 😞
c
Thanks Guys!