feat: support datadog_monitor composite type (#2958)

* feat: support datadog_monitor composite type

* docs: note support for composite types

* lint

* lint: line lengths

* doc: changelog frag
This commit is contained in:
Tyler Schwend 2021-07-10 13:24:09 -04:00 committed by GitHub
commit 7a41833e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- datadog_monitor - allow creation of composite datadog monitors
(https://github.com/ansible-collections/community.general/issues/2956).