Skip to content

Commit 36bc6c7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/resource_cloud_project_database_kafka_schemaregistryacl.go

Lines changed: 1 addition & 1 deletion
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)