@@ -81,7 +81,6 @@ func TestInstancesInSchematics(t *testing.T) {
8181 {Name : "cos_region" , Value : region , DataType : "string" },
8282 {Name : "cos_instance_tags" , Value : options .Tags , DataType : "list(string)" },
8383 {Name : "cloud_logs_tags" , Value : options .Tags , DataType : "list(string)" },
84- {Name : "enable_platform_logs" , Value : false , DataType : "bool" },
8584 {Name : "cloud_monitoring_tags" , Value : options .Tags , DataType : "list(string)" },
8685 {Name : "enable_platform_metrics" , Value : false , DataType : "bool" },
8786 {Name : "cos_instance_access_tags" , Value : permanentResources ["accessTags" ], DataType : "list(string)" },
@@ -114,7 +113,6 @@ func TestRunUpgradeSolutionInstances(t *testing.T) {
114113 "kms_endpoint_type" : "public" ,
115114 "provider_visibility" : "public" ,
116115 "management_endpoint_type_for_bucket" : "public" ,
117- "enable_platform_logs" : "false" ,
118116 "enable_platform_metrics" : "false" ,
119117 "region" : options .Region ,
120118 "cloud_logs_policies" : []map [string ]interface {}{
@@ -311,7 +309,6 @@ func TestRunExistingResourcesInstancesSchematics(t *testing.T) {
311309 {Name : "management_endpoint_type_for_bucket" , Value : "private" , DataType : "string" },
312310 {Name : "provider_visibility" , Value : "public" , DataType : "string" },
313311 {Name : "enable_platform_metrics" , Value : false , DataType : "bool" },
314- {Name : "enable_platform_logs" , Value : false , DataType : "bool" },
315312 {Name : "cloud_logs_existing_en_instances" , Value : cloud_logs_existing_en_instances , DataType : "list(object)" },
316313 {Name : "cloud_logs_policies" , Value : cloud_logs_policies , DataType : "list(object)" },
317314 {Name : "existing_cos_instance_crn" , Value : terraform .Output (t , existingTerraformOptions , "cos_crn" ), DataType : "string" },
@@ -346,7 +343,6 @@ func TestRunExistingResourcesInstancesSchematics(t *testing.T) {
346343 {Name : "existing_cos_instance_crn" , Value : terraform .Output (t , existingTerraformOptions , "cos_crn" ), DataType : "string" },
347344 {Name : "management_endpoint_type_for_bucket" , Value : "private" , DataType : "string" },
348345 {Name : "enable_platform_metrics" , Value : false , DataType : "bool" },
349- {Name : "enable_platform_logs" , Value : false , DataType : "bool" },
350346 {Name : "existing_kms_instance_crn" , Value : permanentResources ["hpcs_south_crn" ], DataType : "string" },
351347 {Name : "existing_cos_kms_key_crn" , Value : permanentResources ["hpcs_south_root_key_crn" ], DataType : "string" },
352348 }
0 commit comments