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
- New resource `fivetran_private_link` that allows to manage Private Links.
@@ -27,6 +27,17 @@ Updates to support management of private links:
27
27
- Datasource `fivetran_destination` updates:
28
28
- Added field `fivetran_destination.private_link_id`.
29
29
30
+
## Updated
31
+
In connection with the general availability of the hybrid deployment functionality and in order to synchronize internal terminology, we have implemented new resources and datasources to replace the deprecated ones. The deprecated resources will be removed in version 1.5.0
32
+
33
+
- New resource `fivetran_hybrid_deployment_agent` instead of deprecated `fivetran_local_processing_agent`
34
+
- New data source `fivetran_hybrid_deployment_agent` instead of deprecated `fivetran_local_processing_agent`.
35
+
- New data source `fivetran_hybrid_deployment_agents` instead of deprecated `fivetran_local_processing_agents`.
36
+
- New field `fivetran_connector.hybrid_deployment_id` instead of deprecated `fivetran_connector.local_processing_agent_id`.
37
+
- New field `fivetran_destination.hybrid_deployment_id` instead of deprecated `fivetran_destination.local_processing_agent_id`.
38
+
39
+
Old fields and resources are marked as Deprecated, please follow the migration guide to update the schema
Copy file name to clipboardexpand all lines: docs/data-sources/connector.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ data "fivetran_connector" "connector" {
30
30
-`destination_schema` (Block, Read-only) (see [below for nested schema](#nestedblock--destination_schema))
31
31
-`failed_at` (String) The timestamp of the time the connector sync failed last time.
32
32
-`group_id` (String) The unique identifier for the Group (Destination) within the Fivetran system.
33
-
-`local_processing_agent_id` (String) The local processing agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
33
+
-`hybrid_deployment_agent_id` (String) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
34
+
-`local_processing_agent_id` (String) (Deprecated) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
34
35
-`name` (String) The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination.
35
36
-`networking_method` (String) Possible values: Directly, SshTunnel, ProxyAgent.
36
37
-`pause_after_trial` (Boolean) Specifies whether the connector should be paused after the free trial period has ended.
Copy file name to clipboardexpand all lines: docs/data-sources/destination.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ data "fivetran_destination" "dest" {
26
26
-`config` (Block, Read-only) (see [below for nested schema](#nestedblock--config))
27
27
-`daylight_saving_time_enabled` (Boolean) Shift my UTC offset with daylight savings time (US Only)
28
28
-`group_id` (String) The unique identifier for the Group within the Fivetran system.
29
-
-`local_processing_agent_id` (String) The local processing agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
29
+
-`hybrid_deployment_agent_id` (String) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
30
+
-`local_processing_agent_id` (String) (Deprecated) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
30
31
-`networking_method` (String) Possible values: Directly, SshTunnel, ProxyAgent.
31
32
-`private_link_id` (String) The private link ID.
32
33
-`region` (String) Data processing location. This is where Fivetran will operate and run computation on data.
NOTE: In connection with the general availability of the hybrid deployment functionality and in order to synchronize internal terminology, we have deprecate this data source.
8
+
7
9
This data source returns a local processing agent object.
NOTE: In connection with the general availability of the hybrid deployment functionality and in order to synchronize internal terminology, we have deprecate this data source.
8
+
7
9
This data source returns a list of all local processing agents within your Fivetran account.
-`auth` (Block, Optional) (see [below for nested schema](#nestedblock--auth))
71
71
-`config` (Block, Optional) (see [below for nested schema](#nestedblock--config))
72
72
-`destination_schema` (Block, Optional) (see [below for nested schema](#nestedblock--destination_schema))
73
-
-`local_processing_agent_id` (String) The local processing agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
73
+
-`hybrid_deployment_agent_id` (String) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
74
+
-`local_processing_agent_id` (String, Deprecated) (Deprecated) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
74
75
-`networking_method` (String) Possible values: Directly, SshTunnel, ProxyAgent.
-`config` (Block, Optional) (see [below for nested schema](#nestedblock--config))
50
50
-`daylight_saving_time_enabled` (Boolean) Shift my UTC offset with daylight savings time (US Only)
51
-
-`local_processing_agent_id` (String) The local processing agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
51
+
-`hybrid_deployment_agent_id` (String) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
52
+
-`local_processing_agent_id` (String, Deprecated) (Deprecated) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
52
53
-`networking_method` (String) Possible values: Directly, SshTunnel, ProxyAgent.
53
54
-`private_link_id` (String) The private link ID.
54
55
-`run_setup_tests` (Boolean) Specifies whether the setup tests should be run automatically. The default value is TRUE.
NOTE: In connection with the general availability of the hybrid deployment functionality and in order to synchronize internal terminology, we have deprecate this resource.
8
+
7
9
This resource allows you to create, update, and delete local processing agents.
0 commit comments