Skip to content

v0.3.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 26 Jan 22:03
e2d96d4
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.