Skip to content

Commit 9a3e253

Browse files
Update ovh/resource_cloud_project_database_kafka_schemaregistryacl.go
Co-authored-by: Aurelie Vache <[email protected]>
1 parent ed3c8e1 commit 9a3e253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/resource_cloud_project_database_kafka_schemaregistryacl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func resourceCloudProjectDatabaseKafkaSchemaregistryaclDelete(ctx context.Contex
163163
log.Printf("[DEBUG] Waiting for schema registry acl %s to be DELETED", id)
164164
err = waitForCloudProjectDatabaseKafkaSchemaregistryaclDeleted(ctx, config.OVHClient, serviceName, clusterId, id, d.Timeout(schema.TimeoutDelete))
165165
if err != nil {
166-
return diag.Errorf("timeout while waiting schema registry acl %s to be DELETED: %s", id, err.Error())
166+
return diag.Errorf("timeout while waiting schema registry ACL %s to be DELETED: %s", id, err.Error())
167167
}
168168
log.Printf("[DEBUG] schema registry acl %s is DELETED", id)
169169

0 commit comments

Comments
 (0)