Skip to content

Conversation

@hposca
Copy link
Contributor

@hposca hposca commented Mar 3, 2017

Trying to use the --secmap option I found many errors. Mainly on the way objects are accessed.

Don't know if there is an error when parsing the results to the classes like Instance/Dot but some values could not be accessed like an array and should be accessed like objects, sometimes with different names. Like:

self['Entries'] -> self.data.network_acl_entries
e['CidrBlock'] -> e.cidr_block

What I did, after lots of trial and error is "to make it work". I suppose this is not the best solution and probably there is an error way above the points I touched.
And by work understand like "it runs". When I finally got an image security groups with outputs of '0.0.0.0/0' appeared like 'None'.

Do you know maybe where the error lies?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant