Skip to content

Commit cdb61f5

Browse files
authored
docs: streaming to splunk cloud free trials not supported (#1239)
1 parent dcf0542 commit cdb61f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/log_streaming_destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ Optional:
100100

101101
Required:
102102

103-
- `endpoint` (String) The Splunk Cloud endpoint to send logs to.
103+
- `endpoint` (String) The Splunk Cloud endpoint to send logs to. Streaming to free trial instances is not supported.
104104
- `token` (String, Sensitive) The authentication token that will be used by the platform to access Splunk Cloud.

internal/provider/logstreaming/resource_hcp_log_streaming_destination.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (r *resourceHCPLogStreamingDestination) Schema(_ context.Context, _ resourc
6767
"splunk_cloud": schema.SingleNestedAttribute{
6868
Attributes: map[string]schema.Attribute{
6969
"endpoint": schema.StringAttribute{
70-
Description: "The Splunk Cloud endpoint to send logs to.",
70+
Description: "The Splunk Cloud endpoint to send logs to. Streaming to free trial instances is not supported.",
7171
Required: true,
7272
},
7373
"token": schema.StringAttribute{

0 commit comments

Comments
 (0)