Skip to content

Commit e641115

Browse files
updated examples in docs file
1 parent 8b73a80 commit e641115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/appdata_dsource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2020
resource "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
4848
resource "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
7878
resource "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

0 commit comments

Comments
 (0)