File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The linking of a dSource can be configured through various ingestion approaches.
1818# Link dSource using external backup.
1919
2020resource "delphix_appdata_dsource" "dsource_name" {
21- source_id = SOURCE_ID
21+ source_value = SOURCE_VALUE
2222 group_id = GROUP_ID
2323 log_sync_enabled = false
2424 make_current_account_owner = true
@@ -46,7 +46,7 @@ resource "delphix_appdata_dsource" "dsource_name" {
4646# Link dSource using Delphix Initiated Backup.
4747
4848resource "delphix_appdata_dsource" "dsource_name" {
49- source_id = SOURCE_ID
49+ source_value = SOURCE_VALUE
5050 group_id = GROUP_ID
5151 log_sync_enabled = false
5252 make_current_account_owner = true
@@ -76,7 +76,7 @@ resource "delphix_appdata_dsource" "dsource_name" {
7676# Link dSource using Single Database Ingestion.
7777
7878resource "delphix_appdata_dsource" "dsource_name" {
79- source_id = SOURCE_ID
79+ source_value = SOURCE_VALUE
8080 group_id = GROUP_ID
8181 log_sync_enabled = false
8282 make_current_account_owner = true
You can’t perform that action at this time.
0 commit comments