Skip to content

Commit 9296f54

Browse files
aparnajairajgovindrao55
authored andcommitted
Updating the value of conector_agent_id (TERSI-70)
1 parent 6a2df78 commit 9296f54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

oci/database_external_container_database_management_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
externalContainerDatabaseConnectorRepresentation = map[string]interface{}{
2424
"connection_credentials": RepresentationGroup{Required, externalDatabaseConnectorConnectionCredentialsRepresentation},
2525
"connection_string": RepresentationGroup{Required, externalDatabaseConnectorConnectionStringRepresentation},
26-
"connector_agent_id": Representation{repType: Required, create: `test_connector_agent_id`},
26+
"connector_agent_id": Representation{repType: Required, create: `ocid1.managementagent.oc1.phx.amaaaaaajobtc3iaes4ijczgekzqigoji25xocsny7yunuhc6fqvjcyxsuba`},
2727
"display_name": Representation{repType: Required, create: `myTestConn`},
2828
"external_database_id": Representation{repType: Required, create: `${oci_database_external_container_database.test_external_container_database.id}`},
2929
"connector_type": Representation{repType: Optional, create: `MACS`},

oci/database_external_database_connector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
externalDatabaseConnectorRepresentation = map[string]interface{}{
4646
"connection_credentials": RepresentationGroup{Required, externalDatabaseConnectorConnectionCredentialsRepresentation},
4747
"connection_string": RepresentationGroup{Required, externalDatabaseConnectorConnectionStringRepresentation},
48-
"connector_agent_id": Representation{repType: Required, create: `test_connector_agent_id`},
48+
"connector_agent_id": Representation{repType: Required, create: `ocid1.managementagent.oc1.phx.amaaaaaajobtc3iaes4ijczgekzqigoji25xocsny7yunuhc6fqvjcyxsuba`},
4949
"display_name": Representation{repType: Required, create: `myTestConn`, update: `displayName2`},
5050
"external_database_id": Representation{repType: Required, create: `${oci_database_external_non_container_database.test_external_non_container_database.id}`},
5151
"connector_type": Representation{repType: Optional, create: `MACS`},

oci/database_external_pluggable_database_management_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
externalPluggableDatabaseConnectorRepresentation = map[string]interface{}{
2323
"connection_credentials": RepresentationGroup{Required, externalDatabaseConnectorConnectionCredentialsRepresentation},
2424
"connection_string": RepresentationGroup{Required, externalDatabaseConnectorConnectionStringRepresentation},
25-
"connector_agent_id": Representation{repType: Required, create: `test_connector_agent_id`},
25+
"connector_agent_id": Representation{repType: Required, create: `ocid1.managementagent.oc1.phx.amaaaaaajobtc3iaes4ijczgekzqigoji25xocsny7yunuhc6fqvjcyxsuba`},
2626
"display_name": Representation{repType: Required, create: `myTestConn`},
2727
"external_database_id": Representation{repType: Required, create: `${oci_database_external_pluggable_database.test_external_pluggable_database.id}`},
2828
"connector_type": Representation{repType: Optional, create: `MACS`},

0 commit comments

Comments
 (0)