v0.3.0
Use module.this.enabled instead of var.enabled for count @sodre (#9)
what
When using the context.tf, one should use module.this.enabled instead of accessing var.enabled directly.
why
We get the incorrect behavior if we create the account_settings by passing a context
map instead of setting the environment variables directly.