Skip to content

Commit

Permalink
docs: examples arg name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jul 2, 2024
1 parent c2423a9 commit 575d8b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/modules/grafana_silence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 575d8b2

Please sign in to comment.