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
Move Source schema settings configuration to `segment_source_tracking_plan_connection` resource. Also adds schema settings to Source data source.
5
+
6
+
## 0.7.0 (November 1, 2023)
7
+
Support Insert Function instance resource.
8
+
9
+
## 0.6.0 (October 31, 2023)
10
+
Adds support for Source schema settings in the Source resource. Also removes the description field from Labels fields in various resources since it is not populated and not likely to be used for configuration.
11
+
12
+
## 0.5.1 (October 27, 2023)
13
+
Fixes an issue where Function setting type could not be set to `TEXT_MAP``.
14
+
15
+
## 0.5.0 (October 26, 2023)
16
+
Adds support for Reverse ETL model resource.
17
+
(Previously misreleased as 0.0.5)
18
+
19
+
## 0.4.0 (October 19, 2023)
20
+
Adds support for Destination subscriptions and Source - Tracking Plan connection resources.
21
+
22
+
## 0.3.0 (October 16, 2023)
23
+
Adds support for Profiles Warehouse and fixes nil pointer access issues with Destination metadata.
24
+
25
+
## 0.2.0 (October 13, 2023)
26
+
Adds support for destination filters and functions.
27
+
28
+
## 0.1.0 (October 6, 2023)
29
+
Adds support for IAM resource (users, user groups)
-`labels` (Attributes Set) A list of labels applied to the Source. (see [below for nested schema](#nestedatt--labels))
87
49
-`name` (String) The name of the Source.
88
-
-`schema_settings` (Attributes) The schema settings associated with the Source. Upon import, this field will be empty even if the settings have already been configured due to Terraform limitations, but will be populated on the first apply. Fields not present in the config will not be managed by Terraform. (see [below for nested schema](#nestedatt--schema_settings))
89
50
90
51
### Read-Only
91
52
@@ -141,46 +102,3 @@ Required:
141
102
142
103
-`key` (String) The key that represents the name of this label.
143
104
-`value` (String) The value associated with the key of this label.
144
-
145
-
146
-
<aid="nestedatt--schema_settings"></a>
147
-
### Nested Schema for `schema_settings`
148
-
149
-
Optional:
150
-
151
-
-`forwarding_blocked_events_to` (String) Source id to forward blocked events to.
152
-
-`forwarding_violations_to` (String) Source id to forward violations to.
153
-
-`group` (Attributes) Group settings. (see [below for nested schema](#nestedatt--schema_settings--group))
154
-
-`identify` (Attributes) Identify settings. (see [below for nested schema](#nestedatt--schema_settings--identify))
155
-
-`track` (Attributes) Track settings. (see [below for nested schema](#nestedatt--schema_settings--track))
156
-
157
-
<aid="nestedatt--schema_settings--group"></a>
158
-
### Nested Schema for `schema_settings.group`
159
-
160
-
Optional:
161
-
162
-
-`allow_traits_on_violations` (Boolean) Enable to allow group traits on violations.
163
-
-`allow_unplanned_traits` (Boolean) Enable to allow unplanned group traits.
164
-
-`common_event_on_violations` (String) The common group event on violations.
165
-
166
-
167
-
<aid="nestedatt--schema_settings--identify"></a>
168
-
### Nested Schema for `schema_settings.identify`
169
-
170
-
Optional:
171
-
172
-
-`allow_traits_on_violations` (Boolean) Enable to allow identify traits on violations.
173
-
-`allow_unplanned_traits` (Boolean) Enable to allow unplanned identify traits.
174
-
-`common_event_on_violations` (String) The common identify event on violations.
175
-
176
-
177
-
<aid="nestedatt--schema_settings--track"></a>
178
-
### Nested Schema for `schema_settings.track`
179
-
180
-
Optional:
181
-
182
-
-`allow_event_on_violations` (Boolean) Allow track event on violations.
183
-
-`allow_properties_on_violations` (Boolean) Enable to allow track properties on violations.
184
-
-`allow_unplanned_event_properties` (Boolean) Enable to allow unplanned track event properties.
185
-
-`allow_unplanned_events` (Boolean) Enable to allow unplanned track events.
186
-
-`common_event_on_violations` (String) The common track event on violations.
Represents a connection between a Source and a Tracking Plan
6
+
Represents a connection between a Source and a Tracking Plan. To import a connection into Terraform, use the following format: 'sourceid:trackingplan_id'.
Represents a connection between a Source and a Tracking Plan
11
+
Represents a connection between a Source and a Tracking Plan. To import a connection into Terraform, use the following format: 'source_id:tracking_plan_id'.
12
12
13
13
## Example Usage
14
14
@@ -17,6 +17,26 @@ Represents a connection between a Source and a Tracking Plan
-`tracking_plan_id` (String) The id of the Tracking Plan.
50
+
51
+
### Optional
52
+
53
+
-`schema_settings` (Attributes) The schema settings associated with the Source. Upon import, this field will be empty even if the settings have already been configured due to Terraform limitations, but will be populated on the first apply. Fields not present in the config will not be managed by Terraform. (see [below for nested schema](#nestedatt--schema_settings))
54
+
55
+
<aid="nestedatt--schema_settings"></a>
56
+
### Nested Schema for `schema_settings`
57
+
58
+
Optional:
59
+
60
+
-`forwarding_blocked_events_to` (String) Source id to forward blocked events to.
61
+
-`forwarding_violations_to` (String) Source id to forward violations to.
62
+
-`group` (Attributes) Group settings. (see [below for nested schema](#nestedatt--schema_settings--group))
63
+
-`identify` (Attributes) Identify settings. (see [below for nested schema](#nestedatt--schema_settings--identify))
64
+
-`track` (Attributes) Track settings. (see [below for nested schema](#nestedatt--schema_settings--track))
65
+
66
+
<aid="nestedatt--schema_settings--group"></a>
67
+
### Nested Schema for `schema_settings.group`
68
+
69
+
Optional:
70
+
71
+
-`allow_traits_on_violations` (Boolean) Enable to allow group traits on violations.
72
+
-`allow_unplanned_traits` (Boolean) Enable to allow unplanned group traits.
73
+
-`common_event_on_violations` (String) The common group event on violations.
74
+
75
+
76
+
<aid="nestedatt--schema_settings--identify"></a>
77
+
### Nested Schema for `schema_settings.identify`
78
+
79
+
Optional:
80
+
81
+
-`allow_traits_on_violations` (Boolean) Enable to allow identify traits on violations.
82
+
-`allow_unplanned_traits` (Boolean) Enable to allow unplanned identify traits.
83
+
-`common_event_on_violations` (String) The common identify event on violations.
84
+
85
+
86
+
<aid="nestedatt--schema_settings--track"></a>
87
+
### Nested Schema for `schema_settings.track`
88
+
89
+
Optional:
90
+
91
+
-`allow_event_on_violations` (Boolean) Allow track event on violations.
92
+
-`allow_properties_on_violations` (Boolean) Enable to allow track properties on violations.
93
+
-`allow_unplanned_event_properties` (Boolean) Enable to allow unplanned track event properties.
94
+
-`allow_unplanned_events` (Boolean) Enable to allow unplanned track events.
95
+
-`common_event_on_violations` (String) The common track event on violations.
0 commit comments