We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e2165 commit 0711c98Copy full SHA for 0711c98
ovh/data_cloud_project_database_kafka_schemaregistryacl.go
@@ -64,7 +64,7 @@ func dataSourceCloudProjectDatabaseKafkaSchemaregistryaclRead(ctx context.Contex
64
)
65
res := &CloudProjectDatabaseKafkaAclResponse{}
66
67
- log.Printf("[DEBUG] Will read schema registry acl %s from cluster %s from project %s", id, clusterID, serviceName)
+ log.Printf("[DEBUG] Will read schema registry ACL %s from cluster %s from project %s", id, clusterID, serviceName)
68
if err := config.OVHClient.Get(endpoint, res); err != nil {
69
return diag.FromErr(helpers.CheckDeleted(d, err, endpoint))
70
}
0 commit comments