@@ -89,13 +89,13 @@ func TestMapFields(t *testing.T) {
8989 Id : types .StringValue ("pid,iid" ),
9090 InstanceId : types .StringValue ("iid" ),
9191 ProjectId : types .StringValue ("pid" ),
92- PlanId : types .StringNull ( ),
93- Name : types .StringNull ( ),
94- CfGuid : types .StringNull ( ),
95- CfSpaceGuid : types .StringNull ( ),
96- DashboardUrl : types .StringNull ( ),
97- ImageUrl : types .StringNull ( ),
98- CfOrganizationGuid : types .StringNull ( ),
92+ PlanId : types .StringValue ( "" ),
93+ Name : types .StringValue ( "" ),
94+ CfGuid : types .StringValue ( "" ),
95+ CfSpaceGuid : types .StringValue ( "" ),
96+ DashboardUrl : types .StringValue ( "" ),
97+ ImageUrl : types .StringValue ( "" ),
98+ CfOrganizationGuid : types .StringValue ( "" ),
9999 Parameters : types .ObjectNull (parametersTypes ),
100100 },
101101 true ,
@@ -116,7 +116,7 @@ func TestMapFields(t *testing.T) {
116116 "sgw_acl" : "acl" ,
117117 "enable_monitoring" : true ,
118118 "graphite" : "graphite" ,
119- "java_garbage_collector" : new ( string (legacyOpensearch.INSTANCEPARAMETERSJAVA_GARBAGE_COLLECTOR_USE_G1_GC ) ),
119+ "java_garbage_collector" : string (legacyOpensearch .INSTANCEPARAMETERSJAVA_GARBAGE_COLLECTOR_USE_G1_GC ),
120120 "java_heapspace" : int32 (10 ),
121121 "java_maxmetaspace" : int32 (10 ),
122122 "max_disk_threshold" : int32 (10 ),
0 commit comments