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
Description: "List of user keys included in the segment. To target on other context kinds, use the included_contexts block attribute. This attribute is not valid when `unbounded` is set to `true`.",
33
-
ConflictsWith: []string{UNBOUNDED},
28
+
Type: schema.TypeList,
29
+
Elem: &schema.Schema{Type: schema.TypeString},
30
+
Optional: !options.isDataSource,
31
+
Computed: options.isDataSource,
32
+
Description: "List of user keys included in the segment. To target on other context kinds, use the included_contexts block attribute. This attribute is not valid when `unbounded` is set to `true`.",
34
33
},
35
34
EXCLUDED: {
36
-
Type: schema.TypeList,
37
-
Elem: &schema.Schema{Type: schema.TypeString},
38
-
Optional: !options.isDataSource,
39
-
Computed: options.isDataSource,
40
-
Description: "List of user keys excluded from the segment. To target on other context kinds, use the excluded_contexts block attribute. This attribute is not valid when `unbounded` is set to `true`.",
41
-
ConflictsWith: []string{UNBOUNDED},
35
+
Type: schema.TypeList,
36
+
Elem: &schema.Schema{Type: schema.TypeString},
37
+
Optional: !options.isDataSource,
38
+
Computed: options.isDataSource,
39
+
Description: "List of user keys excluded from the segment. To target on other context kinds, use the excluded_contexts block attribute. This attribute is not valid when `unbounded` is set to `true`.",
Description: addForceNewDescription("Whether to create a standard segment (`false`) or a Big Segment (`true`). Standard segments include rule-based and smaller list-based segments. Big Segments include larger list-based segments and synced segments. Only use a Big Segment if you need to add more than 15,000 individual targets. It is not possible to manage the list of targeted contexts for Big Segments with Terraform.", !options.isDataSource),
Description: addForceNewDescription("Whether to create a standard segment (`false`) or a Big Segment (`true`). Standard segments include rule-based and smaller list-based segments. Big Segments include larger list-based segments and synced segments. Only use a Big Segment if you need to add more than 15,000 individual targets. It is not possible to manage the list of targeted contexts for Big Segments with Terraform.", !options.isDataSource),
0 commit comments