diff --git a/plugins/modules/grafana_silence.py b/plugins/modules/grafana_silence.py index 78789987..fa58eb75 100644 --- a/plugins/modules/grafana_silence.py +++ b/plugins/modules/grafana_silence.py @@ -102,7 +102,7 @@ community.grafana.grafana_silence: grafana_url: "https://grafana.example.com" grafana_api_key: "{{ some_api_token_value }}" - comment: "a testcomment" + comment: "a test comment" created_by: "me" starts_at: "2029-07-29T08:45:45.000Z" duration: "PT10M" @@ -117,7 +117,7 @@ community.grafana.grafana_silence: grafana_url: "https://grafana.example.com" grafana_api_key: "{{ some_api_token_value }}" - comment: "a testcomment" + comment: "a test comment" created_by: "me" starts_at: "2029-07-29T08:45:45.000Z" duration: "PT10M" @@ -132,10 +132,10 @@ community.grafana.grafana_silence: grafana_url: "https://grafana.example.com" grafana_api_key: "{{ some_api_token_value }}" - comment: "a testcomment" + comment: "a test comment" created_by: "me" starts_at: "2029-07-29T08:45:45.000Z" - starts_at: "2029-07-29T08:55:45.000Z" + ends_at: "2029-07-29T08:55:45.000Z" matchers: - isEqual: true isRegex: true @@ -147,7 +147,7 @@ community.grafana.grafana_silence: grafana_url: "https://grafana.example.com" grafana_api_key: "{{ some_api_token_value }}" - comment: "a testcomment" + comment: "a test comment" created_by: "me" starts_at: "2029-07-29T08:45:45.000Z" ends_at: "2029-07-29T08:55:45.000Z"