Skip to content

Commit

Permalink
docs: add missing target_type from ibm_atracker_target documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored and hkantare committed Sep 9, 2024
1 parent 4fc8775 commit acd65cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/atracker_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Nested scheme for **eventstreams_endpoint**:
* `region` - (Optional, String) Include this optional field if you want to create a target in a different region other than the one you are connected.
* Constraints: The maximum length is `1000` characters. The minimum length is `3` characters. The value must match regular expression `/^[a-zA-Z0-9 -._:]+$/`.
* `target_type` - (Required, Forces new resource, String) The type of the target. It can be cloud_object_storage, logdna or event_streams. Based on this type you must include cos_endpoint, logdna_endpoint or eventstreams_endpoint.
* Constraints: Allowable values are: `cloud_object_storage`, `logdna`, `event_streams`.
* Constraints: Allowable values are: `cloud_object_storage`, `logdna`, `event_streams`, `cloud_logs`.

## Attribute reference

Expand Down

0 comments on commit acd65cd

Please sign in to comment.