ottramst

Results 2 issues of ottramst

Trying to add an initial implementation of the [role mapping resource](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role-mapping.html). Pretty basic implementation where the user can specify `role_templates` and `rules` as a HEREDOC or `jsonencode`. Go easy on...

**Describe the solution you'd like** Would like to see conditional imports. Example: ``` import { condition = global.environment == "staging" source = "/environments/staging/config.tm.hcl" } ``` This could be leveraged to...

enhancement