You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/destination_subscription.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ subcategory: ""
5
5
description: |-
6
6
Configures a Destination subscription to an action. For more information, visit the Segment docs https://segment.com/docs/connections/destinations/actions/.
7
7
Import
8
-
In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with <id>. For example:
8
+
In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with <destination_id>:<subscription_id>. For example:
9
9
terraform
10
10
import {
11
11
to = segment_destination_subscription.example
12
-
id = "<id>"
12
+
id = "<destination_id>:<subscription_id>"
13
13
}
14
14
15
-
Otherwise, use terraform import with <id>. For example:
15
+
Otherwise, use terraform import with <destination_id>:<subscription_id>. For example:
@@ -23,19 +23,19 @@ Configures a Destination subscription to an action. For more information, visit
23
23
24
24
## Import
25
25
26
-
In Terraform v1.5.0 and later, use an [import block](https://developer.hashicorp.com/terraform/language/import) with `<id>`. For example:
26
+
In Terraform v1.5.0 and later, use an [import block](https://developer.hashicorp.com/terraform/language/import) with `<destination_id>:<subscription_id>`. For example:
27
27
28
28
```terraform
29
29
import {
30
30
to = segment_destination_subscription.example
31
-
id = "<id>"
31
+
id = "<destination_id>:<subscription_id>"
32
32
}
33
33
```
34
34
35
-
Otherwise, use `terraform import` with `<id>`. For example:
35
+
Otherwise, use `terraform import` with `<destination_id>:<subscription_id>`. For example:
Description: "Configures a Destination subscription to an action. For more information, visit the [Segment docs](https://segment.com/docs/connections/destinations/actions/).\n\n"+
0 commit comments