Skip to content

Commit

Permalink
[fix]: [SRM-14907]: adding changes for empty change source changelog …
Browse files Browse the repository at this point in the history
…and doc (#576)

* [fix]: [SRM-14907]: adding changes for empty change source

* [fix]: [SRM-14907]: PR comment changes
  • Loading branch information
deepak-harness committed Jun 8, 2023
1 parent e5006bd commit bdbb7cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/576.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
- Removed empty change source and health source restriction from monitored service resource.
```
4 changes: 2 additions & 2 deletions docs/resources/platform_monitored_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ resource "harness_platform_monitored_service" "example" {

Required:

- `change_sources` (Block Set, Min: 1, Max: 4) Set of change sources for the monitored service. (see [below for nested schema](#nestedblock--request--change_sources))
- `environment_ref` (String) Environment in which the service is deployed.
- `health_sources` (Block Set, Min: 1, Max: 16) Set of health sources for the monitored service. (see [below for nested schema](#nestedblock--request--health_sources))
- `name` (String) Name for the monitored service.
- `service_ref` (String) Service reference for the monitored service.
- `type` (String) Type of the monitored service.
Expand All @@ -115,6 +113,8 @@ Optional:
- `tags` (Set of String) Tags for the monitored service. comma-separated key value string pairs.
- `template_ref` (String) Template reference for the monitored service.
- `version_label` (String) Template version label for the monitored service.
- `change_sources` (Block Set) Set of change sources for the monitored service. (see [below for nested schema](#nestedblock--request--change_sources))
- `health_sources` (Block Set) Set of health sources for the monitored service. (see [below for nested schema](#nestedblock--request--health_sources))

<a id="nestedblock--request--change_sources"></a>
### Nested Schema for `request.change_sources`
Expand Down

0 comments on commit bdbb7cd

Please sign in to comment.