@@ -33,16 +33,16 @@ provider "delphix" {
3333# delphixInitiatedBackupFlag : true,
3434# delphixInitiatedBackup : [
3535# {
36- # userName : "delphix ",
37- # postgresSourcePort : 5432 ,
38- # userPass : "delphix ",
39- # sourceHostAddress : "rhel-86-7vgs-qar-105196-27a4593a.dlpxdc.co "
36+ # userName : "XXXX ",
37+ # postgresSourcePort : XXXX ,
38+ # userPass : "XXXX ",
39+ # sourceHostAddress : "HOSTNAME "
4040# }
4141# ],
4242# singleDatabaseIngestionFlag : false,
4343# singleDatabaseIngestion : [],
4444# stagingPushFlag : false,
45- # postgresPort : 5433 ,
45+ # postgresPort : XXXX ,
4646# configSettingsStg : [],
4747# mountLocation : "/tmp/delphix_mnt"
4848# })
@@ -65,13 +65,13 @@ resource "delphix_appdata_dsource" "test_app_data_dsource_second" {
6565 delphixInitiatedBackupFlag : true ,
6666 delphixInitiatedBackup : [
6767 {
68- userName : " DELPHIX " ,
69- postgresSourcePort : 5432 ,
70- userPass : " PASS " ,
68+ userName : " XXXX " ,
69+ postgresSourcePort : XXXX ,
70+ userPass : " XXXX " ,
7171 sourceHostAddress : " HOSTNAME"
7272 }
7373 ],
74- postgresPort : 5433 ,
74+ postgresPort : XXXX ,
7575 mountLocation : " /tmp/delphix_mnt_second"
7676 })
7777 sync_parameters = jsonencode ({
@@ -95,7 +95,7 @@ resource "delphix_appdata_dsource" "test_app_data_dsource_second" {
9595# dumpJobs: 2,
9696# restoreJobs: 2,
9797# databaseName: "abcd",
98- # databaseUserPassword: "postgres ",
98+ # databaseUserPassword: "xxxx ",
9999# dumpDir: "abcd",
100100# sourceHost: "abcd",
101101# postgresqlFile: "abcd"
@@ -104,9 +104,9 @@ resource "delphix_appdata_dsource" "test_app_data_dsource_second" {
104104
105105# delphixInitiatedBackup : [
106106# {
107- # userName : "delphix ",
108- # postgresSourcePort : 5432 ,
109- # userPass : "delphix ",
110- # sourceHostAddress : "rhel-86-7vgs-qar-105196-27a4593a.dlpxdc.co "
107+ # userName : "XXXX ",
108+ # postgresSourcePort : XXXX ,
109+ # userPass : "XXXX ",
110+ # sourceHostAddress : "HOSTNAME "
111111# }
112112# ]
0 commit comments