Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS VPC_Endpoints not imported #1836

Closed
mvadu opened this issue Jan 8, 2024 · 5 comments
Closed

AWS VPC_Endpoints not imported #1836

mvadu opened this issue Jan 8, 2024 · 5 comments
Labels

Comments

@mvadu
Copy link

mvadu commented Jan 8, 2024

Hello,
I am trying to import from aws and its working for the most part. However I don't see the VPC endpoints pulled into plan or import outputs. I have tried --resources="*" , --resources="aws_vpc_endpoint" as well as --resources="vpc_endpoint" without luck.

.\terraformer-aws-windows-amd64.exe --version
version v0.8.24

.\terraformer-aws-windows-amd64.exe import  aws --compact --filter="Name=tags.team;Value=SRE" --regions=us-east-1 --profile "" --resources="aws_vpc_endpoint"
2024/01/08 13:55:38 aws importing region us-east-1
2024/01/08 13:55:42 aws importing... aws_vpc_endpoint
2024/01/08 13:55:42 aws error importing aws_vpc_endpoint, err: aws: aws_vpc_endpoint not supported service

.\terraformer-aws-windows-amd64.exe import  aws --compact --filter="Name=tags.team;Value=SRE" --regions=us-east-1 --profile "" --resources="vpc_endpoint"
2024/01/08 13:55:23 aws importing region us-east-1
2024/01/08 13:55:27 aws importing... vpc_endpoint
2024/01/08 13:55:27 aws error importing vpc_endpoint, err: aws: vpc_endpoint not supported service
@mvadu
Copy link
Author

mvadu commented Jan 8, 2024

.\terraformer-aws-windows-amd64.exe import aws --compact --filter="Name=tags.team;Value=SRE" --regions=us-east-1 --profile "" --resources="vpc_endpoint" --verbose > debug.log output attached (edited to remove the account and email ID).
debug.log

@italovpg
Copy link

italovpg commented Feb 6, 2024

I'm having the same problem

italo:terraformer$ terraformer import aws -r vpc_endpoint
2024/02/06 10:55:21 aws importing default region
2024/02/06 10:55:25 aws importing... vpc_endpoint
2024/02/06 10:55:25 aws error importing vpc_endpoint, err: aws: vpc_endpoint not supported service
2024/02/06 10:55:25 aws Connecting....

@miguelzenteno
Copy link

VPC endpoints were added after the last release, so would need to re-build the binaries to make it work, or wait for a new version to be released that actually includes the vpc_endpoints

Copy link

github-actions bot commented May 1, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 1, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants