func()

in internal/provider/telemetry_resource.go [213:216]


func (r *TelemetryResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse) {
	// Since it's a fake resource, we won't support import
	resource.ImportStatePassthroughID(ctx, path.Root("id"), req, resp)
}