|
1 | 1 | # Resource: <resource name> delphix_appdata_dsource |
2 | 2 |
|
3 | | -In Delphix terminology, a dSource is a database that the Delphix Virtualization Engine uses to create and update virtual copies of your database. |
| 3 | +In Delphix terminology, a dSource is a database that the Delphix Continuous Data Engine uses to create and update virtual copies of your database. |
4 | 4 | A dSource is created and managed by the Delphix Continuous Data Engine. |
5 | 5 |
|
6 | 6 |
|
7 | | -The dSource resource allows terraform to CREATE, READ and DELETE dSources. |
8 | | -Update operation is not supported. The supported parameters are listed below. |
| 7 | +The dSource resource allows Terraform to apply and destroy Delphix dSources. |
| 8 | +Modification of existing dSource resources is not supported. All supported parameters are listed below |
9 | 9 |
|
10 | 10 | ## Example Usage |
11 | | -dSource Linking can be done in 3 methods , the parametes for these methods wary based on choice. |
| 11 | +dSource linking can be done in 3 methods , the parameters for these methods wary based on the linking mechanisum to be used. |
12 | 12 |
|
13 | 13 | ```hcl |
14 | | -# Link dSource using external backup. |
| 14 | +# Link dSource using external backup. |
15 | 15 |
|
16 | 16 | resource "delphix_appdata_dsource" "dsource_name" { |
17 | 17 | source_id = SOURCE_ID |
@@ -39,7 +39,7 @@ resource "delphix_appdata_dsource" "dsource_name" { |
39 | 39 | }) |
40 | 40 | } |
41 | 41 |
|
42 | | -# Link dSource using delphix Initiated Backup. |
| 42 | +# Link dSource using Delphix Initiated Backup. |
43 | 43 |
|
44 | 44 | resource "delphix_appdata_dsource" "dsource_name" { |
45 | 45 | source_id = SOURCE_ID |
@@ -69,7 +69,7 @@ resource "delphix_appdata_dsource" "dsource_name" { |
69 | 69 | }) |
70 | 70 | } |
71 | 71 |
|
72 | | -# Link dSource using single Database Ingestion. |
| 72 | +# Link dSource using Single Database Ingestion. |
73 | 73 |
|
74 | 74 | resource "delphix_appdata_dsource" "dsource_name" { |
75 | 75 | source_id = SOURCE_ID |
|
0 commit comments