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

Failing to fetch ECS resources when fetching multiple resource types #1886

Closed
cwatson-im opened this issue Jun 15, 2024 · 3 comments
Closed
Labels

Comments

@cwatson-im
Copy link

Running
terraformer plan aws --resources=ecs works.
terraformer plan aws --resources=iam works
terraformer plan aws --resources=route53,iam works

However, terraformer plan aws --resources=ecs,iam does not work. It fetches iam resources correctly, but fails to fetch ECS infrastructure.

The --verbose output seems to indicate that the resources are not being fetched at all.

2024/06/14 19:26:10 aws importing... ecs
2024/06/14 19:26:12 aws done importing ecs
2024/06/14 19:26:12 Number of resources for service ecs: 0

I have not tested with more resources types, so I do not know what all is affected.

@Lewiscowles1986
Copy link

I've seen this too. Luckily you can run multiple times, specifying a single resource at a time

Copy link

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 Sep 11, 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 Sep 20, 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

2 participants