Open pxslip opened 2 years ago
I'm trying to reproduce it, I tried on several aws accounts with different region/config but I can't reproduce it with
terracognita version
The current version is: v0.8.1-3-g0756fcf
Did you try to import from a different region ?
The logs speak about invalid memory address or nil pointer dereference
which can be found here: https://github.com/cycloidio/terracognita/blob/master/aws/resources.go#L1517
EIPs should have AllocationId
. Just to be sure, cloud you check if you have any null AllocationId
with:
aws --region us-east-1 ec2 describe-addresses | jq .Addresses[].AllocationId
General information:
Describe the bug:
Using the command
terracognita aws --aws-profile profile --aws-default-region us-east-1
with either--hcl file.hcl
or--module module
throws the error below. Reproducible using--include aws_eip
Log message
Additional context
Glancing through the list of elastic IP resources I don't see any glaring oddness that would cause this from the AWS end