RiotGames / cloud-inquisitor

Enforce ownership and data security within AWS
https://cloud-inquisitor.readthedocs.io/
Apache License 2.0
447 stars 43 forks source link

[cinq-next] Change state from int to string #299

Open rnikoopour opened 4 years ago

rnikoopour commented 4 years ago

The state field being an int causes us to have to use a map[string]interface{}. We should move it to a string to make the map being passed around more explicit.