You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just pulled the latest sources and rebuilt after issue #34 was marked as fixed. Now I see this:
$ awless version -e -v
awless version=0.0.13
$ awless sync -e -v
[info] running sync: fetching remote resources for local store
Error: empty field to add parent
Using dlv it appears we are here when it happens:
(dlv) bt
0 0x00000000004c113b in github.com/wallix/awless/cloud/aws.funcBuilder.addRelationWithField.func1
at ./cloud/aws/parents.go:102
1 0x00000000004bf472 in github.com/wallix/awless/cloud/aws.(*Infra).FetchResources.func14
at ./cloud/aws/gen_api.go:324
2 0x0000000000459331 in runtime.goexit
at /usr/local/go/src/runtime/asm_amd64.s:2086
How can I find out what awless is complaining about?
The text was updated successfully, but these errors were encountered:
Thanks for the error investigation (and reporting).
This is due to a security group being in no VPC. We will add context to errors and fix this bug soon.
Just pulled the latest sources and rebuilt after issue #34 was marked as fixed. Now I see this:
Using dlv it appears we are here when it happens:
How can I find out what awless is complaining about?
The text was updated successfully, but these errors were encountered: