We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I tried to import my HTTP AWS API Gateway:
terraformer import aws --resources=api_gateway --regions=eu-central-1 2024/03/07 04:12:48 aws importing region eu-central-1 2024/03/07 04:12:50 aws importing... api_gateway 2024/03/07 04:12:52 aws done importing api_gateway 2024/03/07 04:12:52 Number of resources for service api_gateway: 0 2024/03/07 04:12:52 aws Connecting.... 2024/03/07 04:12:52 aws save api_gateway 2024/03/07 04:12:52 aws save tfstate for api_gateway
The number is 0, which is strange considering I indeed have it deployed in my account.
Then I checked the source code for terraformer, particularly api_gateway.go, and it appears it references AWS SDK API Gateway whereas AWS SDK API Gateway v2 is released which enables HTTP API, WebSocket API types.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
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.
This issue was closed because it has been stalled for 7 days with no activity.
No branches or pull requests
Hi! I tried to import my HTTP AWS API Gateway:
The number is 0, which is strange considering I indeed have it deployed in my account.
Then I checked the source code for terraformer, particularly api_gateway.go, and it appears it references AWS SDK API Gateway whereas AWS SDK API Gateway v2 is released which enables HTTP API, WebSocket API types.
The text was updated successfully, but these errors were encountered: