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_filter.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ description: |-
6
6
Configures a filter for a destination. For more information, visit the Segment docs https://segment.com/docs/connections/destinations/destination-filters/.
7
7
Import
8
8
In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with <destination_id>:<filter_id>. For example:
9
-
terraform
9
+
10
10
import {
11
11
to = segment_destination_filter.example
12
12
id = "<destination_id>:<filter_id>"
13
13
}
14
14
15
15
Otherwise, use terraform import with <destination_id>:<filter_id>. For example:
Copy file name to clipboardExpand all lines: docs/resources/destination_subscription.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ 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
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
-
terraform
9
+
10
10
import {
11
11
to = segment_destination_subscription.example
12
12
id = "<destination_id>:<subscription_id>"
13
13
}
14
14
15
15
Otherwise, use terraform import with <destination_id>:<subscription_id>. For example:
Copy file name to clipboardExpand all lines: docs/resources/profiles_warehouse.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ description: |-
6
6
Configures a Profiles Sync Warehouse. For more information, visit the Segment docs https://segment.com/docs/unify/profiles-sync/overview/.
7
7
Import
8
8
In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with <space_id>:<warehouse_id>. For example:
9
-
terraform
9
+
10
10
import {
11
11
to = segment_profiles_warehouse.example
12
12
id = "<space_id>:<warehouse_id>"
13
13
}
14
14
15
15
Otherwise, use terraform import with <space_id>:<warehouse_id>. For example:
Copy file name to clipboardExpand all lines: docs/resources/source_tracking_plan_connection.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ description: |-
6
6
Configures a connection between a Source and a Tracking Plan. For more information, visit the Segment docs https://segment.com/docs/protocols/validate/connect-sources/.
7
7
Import
8
8
In Terraform v1.5.0 and later, use an import block https://developer.hashicorp.com/terraform/language/import with <source_id>:<tracking_plan_id>. For example:
9
-
terraform
9
+
10
10
import {
11
11
to = segment_source_tracking_plan_connection.example
12
12
id = "<source_id>:<tracking_plan_id>"
13
13
}
14
14
15
15
Otherwise, use terraform import with <source_id>:<tracking_plan_id>. For example:
0 commit comments