logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

feat(stream): add stream_config and stream_exclusion resources #25

Closed mdeltito closed 3 years ago

mdeltito commented 3 years ago

Note: Tests are expected to fail currently as the API is not publicly available, but this is ready for review. feat(stream): add logdna_stream_config resource

The logdna_stream_config resource manages the Event Streaming setup for a given account.

Ref: LOG-10208


feat(stream): add logdna_stream_exclusion resource

The logdna_stream_exclusion resource manages Event Streaming exclusions for an account.

Ref: LOG-10207


fix(ci): include the GIT_BRANCH in the postcov step

Jenkins runs this step in a detacted head state, so the GIT_BRANCH needs to be exposed to the build container in order for the coveralls coverage report to link to the proper branch.

Also includes HTML coverage report generation in the local test target.