-
Notifications
You must be signed in to change notification settings - Fork 26
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
Only empty results are returned #3
Comments
can you do a |
same problem here using v0.2.0 $ go get github.com/trek10inc/awsets/cmd/awsets $ awsets version but the cache does not seem empty: $ awsets list -v |
I've narrowed down the problem, trying to come up with the "right" way to fix it. Installs done via https://github.com/trek10inc/awsets/blob/master/cmd/awsets/go.mod#L6 When building the binaries, the |
I came across this which seems to be the root of the problem: golang/go#30354 In the short term, it looks like my options are to either:
In the short term I'll likely do the first one while exploring the second, but I'm open to other ideas as well. |
I've added support for it to be installed via Homebrew:
and also updated the Readme to have "build from source" instructions to get around the current issue. I'll mark this as closed for now. |
awsets list --regions eu-central-1 -o all.json --include ec2
yields an empty file:❯ awsets list --regions eu-central-1 -o all.json --include ec2 -v
regions: [eu-central-1]
resource types: [ec2/eip ec2/flowlog ec2/image ec2/instance ec2/internetgateway ec2/keypair ec2/launchtemplate ec2/natgateway ec2/networkacl ec2/networkinterface ec2/routetable ec2/securitygroup ec2/snapshot ec2/subnet ec2/transitgateway ec2/volume ec2/vpc ec2/vpcpeering ec2/vpngateway]
querying 0 combinations
9: finished worker
1: finished worker
2: finished worker
0: finished worker
7: finished worker
3: finished worker
4: finished worker
6: finished worker
5: finished worker
8: finished worker
The text was updated successfully, but these errors were encountered: