ottramst

Results 6 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

### Summary This PR changes two Policy fields in the Go client. **Rationale**: with omitempty on non-pointer booleans, an explicit false is dropped from JSON, which prevents API callers from...

Hi! Thanks for your work! Would it be possible to implement `highlight_tags` attribute to `sentry_project`? Thanks!

### What happened? Provisioning a CloudFront Distribution resource without `forProvider.restrictions` yields an error (see below), even though `restrictions` is not market as required in the Cloudfront provider (version: v1.23.2) schema....

bug