@ryan-pip/pulumi-fivetran 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/destination.d.ts +1 -1
- package/destination.js +1 -1
- package/package.json +1 -1
package/destination.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* 1. To import an existing `fivetran_destination` resource into your Terraform state, you need to get **Destination Group ID** on the destination page in your Fivetran dashboard.
|
|
8
8
|
*
|
|
9
|
-
* To retrieve existing groups, use the [fivetran_groups data source](/docs/data-sources/groups).
|
|
9
|
+
* To retrieve existing groups, use the [fivetran_groups data source](/providers/fivetran/fivetran/latest/docs/data-sources/groups).
|
|
10
10
|
*
|
|
11
11
|
* 2. Define an empty resource in your `.tf` configuration:
|
|
12
12
|
*
|
package/destination.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* 1. To import an existing `fivetran_destination` resource into your Terraform state, you need to get **Destination Group ID** on the destination page in your Fivetran dashboard.
|
|
12
12
|
*
|
|
13
|
-
* To retrieve existing groups, use the [fivetran_groups data source](/docs/data-sources/groups).
|
|
13
|
+
* To retrieve existing groups, use the [fivetran_groups data source](/providers/fivetran/fivetran/latest/docs/data-sources/groups).
|
|
14
14
|
*
|
|
15
15
|
* 2. Define an empty resource in your `.tf` configuration:
|
|
16
16
|
*
|