Skip to content

Commit a237cf3

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

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
@@ -103,7 +103,7 @@ func resourceCloudProjectDatabaseKafkaSchemaregistryaclCreate(ctx context.Contex
103103
log.Printf("[DEBUG] Waiting for schema registry acl %s to be READY", res.Id)
104104
err = waitForCloudProjectDatabaseKafkaSchemaregistryaclReady(ctx, config.OVHClient, serviceName, clusterId, res.Id, d.Timeout(schema.TimeoutCreate))
105105
if err != nil {
106-
return diag.Errorf("timeout while waiting schema registry acl %s to be READY: %s", res.Id, err.Error())
106+
return diag.Errorf("timeout while waiting schema registry ACL %s to be READY: %s", res.Id, err.Error())
107107
}
108108
log.Printf("[DEBUG] schema registry acl %s is READY", res.Id)
109109

0 commit comments

Comments
 (0)