Skip to content

Commit 29c5de8

Browse files
committed
Fix destination subscription import instructions typo
1 parent c30a3fd commit 29c5de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/destination_subscription_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (r *destinationSubscriptionResource) Metadata(_ context.Context, req resour
4040
func (r *destinationSubscriptionResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse) {
4141
resp.Schema = schema.Schema{
4242
Description: "Configures a Destination subscription to an action. For more information, visit the [Segment docs](https://segment.com/docs/connections/destinations/actions/).\n\n" +
43-
docs.GenerateImportDocs("<id>", "segment_destination_subscription"),
43+
docs.GenerateImportDocs("<destination_id>:<subscription_id>", "segment_destination_subscription"),
4444
Attributes: map[string]schema.Attribute{
4545
"id": schema.StringAttribute{
4646
Computed: true,

0 commit comments

Comments
 (0)